COLOR #B66FC1

HEX: #B66FC1
RGB: (182,111,193)

Color info

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

RGB color model

#B66FC1 color RGB value is (182,111,193).

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

RGB channels and saturation

R 182 of 255 = 71%
G 111 of 255 = 44%
B 193 of 255 = 76%

182
111
193

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

Portions of RGB colors in percentages

R + G + B =
182 + 111 + 193 = 486 (100%)
R 182 of 486 ~ 37.45%
G 111 of 486 ~ 22.84%
B 193 of 486 ~ 39.71%

%37.45
%22.84
%39.71

CMYK color model

#B66FC1 color CMYK value is (6,42,0,24).

  • cyan value is 5.70%
  • magenta value is 42.49%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(6,42,0,24)
C6M42Y0K24 
(6%,42%,0%,24%)
(0.06/0.42/0.00/0.24)	

CMYK percentages

%5.7
%42.49
%0
%24.31

Codes

Color #B66FC1 in popluar color models

B66FC1
RGB182111193
HSL292°39.81%59.61%
HSB/HSV292°42.49%75.69%
CMYK5.70%42.49%0.00%
24.31%

Color #B66FC1 in popluar number systems.

HEXB66FC1
Decimal182111193
Binary10110110110111111000001
Octal266157301

Shades and tints

Shades of #B66FC1

#B66FC1
(182,111,193)
#A665B0
(166,101,176)
#965B9F
(150,91,159)
#86518E
(134,81,142)
#76477D
(118,71,125)
#663D6C
(102,61,108)
#56335B
(86,51,91)
#46294A
(70,41,74)
#361F39
(54,31,57)
#261528
(38,21,40)
#160B17
(22,11,23)
#000000
(0,0,0)

Tints of #B66FC1

#B66FC1
(182,111,193)
#BC7CC6
(188,124,198)
#C289CB
(194,137,203)
#C896D0
(200,150,208)
#CEA3D5
(206,163,213)
#D4B0DA
(212,176,218)
#DABDDF
(218,189,223)
#E0CAE4
(224,202,228)
#E6D7E9
(230,215,233)
#ECE4EE
(236,228,238)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66FC1; }

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

This text font color is #B66FC1.


Background Color

.myBgColor { background-color: #B66FC1; }

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

This div background color is #B66FC1.


Border color

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

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

This div border color is #B66FC1.


Opacity

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

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

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

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

This text has shadow with #B66FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66FC1 on black background.


Color preview on white background

This text has color #B66FC1 on white background.



Black color preview on #B66FC1 background

This text has black color on #B66FC1 background.


White color preview on #B66FC1 background

This text has white color on #B66FC1 background.