COLOR #B66FC5

HEX: #B66FC5
RGB: (182,111,197)

Color info

#B66FC5 contains mainly red and blue colors. Web safe color of #B66FC5 is #CC66CC (or #C6C).

RGB color model

#B66FC5 color RGB value is (182,111,197).

  • red value is 182;
  • green value is 111;
  • blue value is 197.
RGB:
(182,111,197)
(71%,44%,77%)

RGB channels and saturation

R 182 of 255 = 71%
G 111 of 255 = 44%
B 197 of 255 = 77%

182
111
197

R + G + B ~ 64%. #B66FC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 111 + 197 = 490 (100%)
R 182 of 490 ~ 37.14%
G 111 of 490 ~ 22.65%
B 197 of 490 ~ 40.2%

%37.14
%22.65
%40.2

CMYK color model

#B66FC5 color CMYK value is (8,44,0,23).

  • cyan value is 7.61%
  • magenta value is 43.65%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(8,44,0,23)
C8M44Y0K23 
(8%,44%,0%,23%)
(0.08/0.44/0.00/0.23)	

CMYK percentages

%7.61
%43.65
%0
%22.75

Codes

Color #B66FC5 in popluar color models

B66FC5
RGB182111197
HSL290°42.57%60.39%
HSB/HSV290°43.65%77.25%
CMYK7.61%43.65%0.00%
22.75%

Color #B66FC5 in popluar number systems.

HEXB66FC5
Decimal182111197
Binary10110110110111111000101
Octal266157305

Shades and tints

Shades of #B66FC5

#B66FC5
(182,111,197)
#A665B4
(166,101,180)
#965BA3
(150,91,163)
#865192
(134,81,146)
#764781
(118,71,129)
#663D70
(102,61,112)
#56335F
(86,51,95)
#46294E
(70,41,78)
#361F3D
(54,31,61)
#26152C
(38,21,44)
#160B1B
(22,11,27)
#000000
(0,0,0)

Tints of #B66FC5

#B66FC5
(182,111,197)
#BC7CCA
(188,124,202)
#C289CF
(194,137,207)
#C896D4
(200,150,212)
#CEA3D9
(206,163,217)
#D4B0DE
(212,176,222)
#DABDE3
(218,189,227)
#E0CAE8
(224,202,232)
#E6D7ED
(230,215,237)
#ECE4F2
(236,228,242)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66FC5 color. Also use rgb(182,111,197) instead hex code.

Text Font Color

.myTextColor { color: #B66FC5; }

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

This text font color is #B66FC5.


Background Color

.myBgColor { background-color: #B66FC5; }

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

This div background color is #B66FC5.


Border color

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

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

This div border color is #B66FC5.


Opacity

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

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

Text with #B66FC5 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 #B66FC5;}

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

This text has shadow with #B66FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66FC5 on black background.


Color preview on white background

This text has color #B66FC5 on white background.



Black color preview on #B66FC5 background

This text has black color on #B66FC5 background.


White color preview on #B66FC5 background

This text has white color on #B66FC5 background.