COLOR #B463B4

HEX: #B463B4
RGB: (180,99,180)

Renk bilgisi

#B463B4 contains mainly red and blue colors. #B463B4 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#B463B4 color RGB value is (180,99,180).

  • kırmız ton 180;
  • yeşil ton 99;
  • mavi ton 180.
RGB:
(180,99,180)
(71%,39%,71%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 99 of 255 = 39%
B 180 of 255 = 71%

180
99
180

R + G + B ~ 60%. #B463B4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 99 + 180 = 459 (100%)
R 180 of 459 ~ 39.22%
G 99 of 459 ~ 21.57%
B 180 of 459 ~ 39.22%

%39.22
%21.57
%39.22

CMYK RENK MODELİ

#B463B4 rengi CMYK tonu (0,45,0,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.00%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(0,45,0,29)
C0M45Y0K29 
(0%,45%,0%,29%)
(0.00/0.45/0.00/0.29)	

CMYK yüzdeleri

%0
%45
%0
%29.41

Codes

Color #B463B4 in popluar color models

B463B4
RGB18099180
HSL300°35.06%54.71%
HSB/HSV300°45.00%70.59%
CMYK0.00%45.00%0.00%
29.41%

Color #B463B4 in popluar number systems.

HEXB463B4
Decimal18099180
Binary10110100110001110110100
Octal264143264

Shades and tints

Shades of #B463B4

#B463B4
(180,99,180)
#A45AA4
(164,90,164)
#945194
(148,81,148)
#844884
(132,72,132)
#743F74
(116,63,116)
#643664
(100,54,100)
#542D54
(84,45,84)
#442444
(68,36,68)
#341B34
(52,27,52)
#241224
(36,18,36)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #B463B4

#B463B4
(180,99,180)
#BA71BA
(186,113,186)
#C07FC0
(192,127,192)
#C68DC6
(198,141,198)
#CC9BCC
(204,155,204)
#D2A9D2
(210,169,210)
#D8B7D8
(216,183,216)
#DEC5DE
(222,197,222)
#E4D3E4
(228,211,228)
#EAE1EA
(234,225,234)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B463B4 color. Also use rgb(180,99,180) instead hex code.

Text Font Color

.myTextColor { color: #B463B4; }

<p style="color:#B463B4">This sample text font color is #B463B4.</p>

This text font color is #B463B4.


Background Color

.myBgColor { background-color: #B463B4; }

<div style="background-color:#B463B4">Inner text</div>

This div background color is #B463B4.


Border color

.myBorderColor { border: 1px solid #B463B4; }

<div style="border:3px solid #B463B4">Div</div>

This div border color is #B463B4.


Opacity

.myOpacity80 { color: #B463B4; opacity: 0.8; }

<p style="color:#B463B4;opacity:0.8;">80%</p>

Text with #B463B4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B463B4;}

<p style="text-shadow: 3px 3px 1px #B463B4">Text here.</p>

This text has shadow with #B463B4 color.

.textShadow {text-shadow: 3px 3px 1px #B463B4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B463B4, 5px 5px 20px red">Text here.</p>

This text has shadow with #B463B4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B463B4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B463B4, Direction=45, Strength=4)">Text</p>

This text has shadow with #B463B4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B463B4;
  -webkit-box-shadow:	1px 1px 3px 2px #B463B4;
  box-shadow:		1px 1px 3px 2px #B463B4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B463B4;
-webkit-box-shadow: 1px 1px 3px 2px #B463B4;
box-shadow:1px 1px 3px 2px #B463B4;">
Div content here</div>
This div box has shadow with color #B463B4.

Preview

Color preview on black background

This text has color #B463B4 on black background.


Color preview on white background

This text has color #B463B4 on white background.



Black color preview on #B463B4 background

This text has black color on #B463B4 background.


White color preview on #B463B4 background

This text has white color on #B463B4 background.