COLOR #B66FCA

HEX: #B66FCA
RGB: (182,111,202)

Color info

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

RGB color model

#B66FCA color RGB value is (182,111,202).

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

RGB channels and saturation

R 182 of 255 = 71%
G 111 of 255 = 44%
B 202 of 255 = 79%

182
111
202

R + G + B ~ 65%. #B66FCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 111 + 202 = 495 (100%)
R 182 of 495 ~ 36.77%
G 111 of 495 ~ 22.42%
B 202 of 495 ~ 40.81%

%36.77
%22.42
%40.81

CMYK color model

#B66FCA color CMYK value is (10,45,0,21).

  • cyan value is 9.90%
  • magenta value is 45.05%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(10,45,0,21)
C10M45Y0K21 
(10%,45%,0%,21%)
(0.10/0.45/0.00/0.21)	

CMYK percentages

%9.9
%45.05
%0
%20.78

Codes

Color #B66FCA in popluar color models

B66FCA
RGB182111202
HSL287°46.19%61.37%
HSB/HSV287°45.05%79.22%
CMYK9.90%45.05%0.00%
20.78%

Color #B66FCA in popluar number systems.

HEXB66FCA
Decimal182111202
Binary10110110110111111001010
Octal266157312

Shades and tints

Shades of #B66FCA

#B66FCA
(182,111,202)
#A665B8
(166,101,184)
#965BA6
(150,91,166)
#865194
(134,81,148)
#764782
(118,71,130)
#663D70
(102,61,112)
#56335E
(86,51,94)
#46294C
(70,41,76)
#361F3A
(54,31,58)
#261528
(38,21,40)
#160B16
(22,11,22)
#000000
(0,0,0)

Tints of #B66FCA

#B66FCA
(182,111,202)
#BC7CCE
(188,124,206)
#C289D2
(194,137,210)
#C896D6
(200,150,214)
#CEA3DA
(206,163,218)
#D4B0DE
(212,176,222)
#DABDE2
(218,189,226)
#E0CAE6
(224,202,230)
#E6D7EA
(230,215,234)
#ECE4EE
(236,228,238)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66FCA; }

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

This text font color is #B66FCA.


Background Color

.myBgColor { background-color: #B66FCA; }

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

This div background color is #B66FCA.


Border color

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

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

This div border color is #B66FCA.


Opacity

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

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

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

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

This text has shadow with #B66FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66FCA on black background.


Color preview on white background

This text has color #B66FCA on white background.



Black color preview on #B66FCA background

This text has black color on #B66FCA background.


White color preview on #B66FCA background

This text has white color on #B66FCA background.