COLOR #B66BB6

HEX: #B66BB6 RGB: (182,107,182)

Color info

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

RGB color model

#B66BB6 color RGB value is (182,107,182).

RGB: (182,107,182) (71%, 42%, 71%)

RGB channels and saturation

R 182 of 255 = 71%
G 107 of 255 = 42%
B 182 of 255 = 71%

182
107
182

R + G + B ~ 61%. #B66BB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 107 + 182 = 471 (100%)
R 182 of 471 ~ 38.64%
G 107 of 471 ~ 22.72%
B 182 of 471 ~ 38.64'%

%38.64
%22.72
%38.64

CMYK color model

#B66BB6 color CMYK value is (0,41,0,29).

  • cyan value is 0.00%
  • magenta value is 41.21%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (0,41,0,29)
C0M41Y0K29 (0%, 41%, 0%, 29%)
(0.00 / 0.41 / 0.00 / 0.29)

CMYK percentages

%0
%41.21
%0
%28.63

Codes

Color #B66BB6 in popluar color models

B6 6B B6
RGB 182 107 182
HSL 300° 33.94% 56.67%
HSB/HSV 300° 41.21% 71.37%
CMYK 0.00% 41.21% 0.00%
28.63%

Color #B66BB6 in popluar number systems.

HEX B6 6B B6
Decimal 182 107 182
Binary 10110110 1101011 10110110
Octal 266 153 266

Shades and tints

Shades of #B66BB6

#B66BB6
(182,107,182)
#A662A6
(166,98,166)
#965996
(150,89,150)
#865086
(134,80,134)
#764776
(118,71,118)
#663E66
(102,62,102)
#563556
(86,53,86)
#462C46
(70,44,70)
#362336
(54,35,54)
#261A26
(38,26,38)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #B66BB6

#B66BB6
(182,107,182)
#BC78BC
(188,120,188)
#C285C2
(194,133,194)
#C892C8
(200,146,200)
#CE9FCE
(206,159,206)
#D4ACD4
(212,172,212)
#DAB9DA
(218,185,218)
#E0C6E0
(224,198,224)
#E6D3E6
(230,211,230)
#ECE0EC
(236,224,236)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66BB6; }

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

This text font color is #B66BB6.

Background Color

.myBgColor { background-color: #B66BB6; }

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

This div background color is #B66BB6.

Border color

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

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

This div border color is #B66BB6.

Opacity

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

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

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

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

This text has shadow with #B66BB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66BB6.

Preview

Color preview on black background

This text has color #B66BB6 on black background.


Color preview on white background

This text has color #B66BB6 on white background.


Black color preview on #B66BB6 background

This text has black color on #B66BB6 background.


White color preview on #B66BB6 background

This text has white color on #B66BB6 background.


Related colors

Complementary color

Complementary color for #hex is #499449.


I love getcolorcode.com

Triadic colors

1 #B6B66B and #6BB6B6 with #B66BB6 are triadic colors.

2 #B66BB6 and #6BB6B6 with #B66BB6 are triadic colors.