COLOR #B06FB6

HEX: #B06FB6 RGB: (176,111,182)

Color info

#B06FB6 contains mainly red and blue colors. Web safe color of #B06FB6 is #9966CC (or #96C).

RGB color model

#B06FB6 color RGB value is (176,111,182).

RGB: (176,111,182) (69%, 44%, 71%)

RGB channels and saturation

R 176 of 255 = 69%
G 111 of 255 = 44%
B 182 of 255 = 71%

176
111
182

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

Portions of RGB colors in percentages

R + G + B = 176 + 111 + 182 = 469 (100%)
R 176 of 469 ~ 37.53%
G 111 of 469 ~ 23.67%
B 182 of 469 ~ 38.81'%

%37.53
%23.67
%38.81

CMYK color model

#B06FB6 color CMYK value is (3,39,0,29).

  • cyan value is 3.30%
  • magenta value is 39.01%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (3,39,0,29)
C3M39Y0K29 (3%, 39%, 0%, 29%)
(0.03 / 0.39 / 0.00 / 0.29)

CMYK percentages

%3.3
%39.01
%0
%28.63

Codes

Color #B06FB6 in popluar color models

B0 6F B6
RGB 176 111 182
HSL 295° 32.72% 57.45%
HSB/HSV 295° 39.01% 71.37%
CMYK 3.30% 39.01% 0.00%
28.63%

Color #B06FB6 in popluar number systems.

HEX B0 6F B6
Decimal 176 111 182
Binary 10110000 1101111 10110110
Octal 260 157 266

Shades and tints

Shades of #B06FB6

#B06FB6
(176,111,182)
#A065A6
(160,101,166)
#905B96
(144,91,150)
#805186
(128,81,134)
#704776
(112,71,118)
#603D66
(96,61,102)
#503356
(80,51,86)
#402946
(64,41,70)
#301F36
(48,31,54)
#201526
(32,21,38)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #B06FB6

#B06FB6
(176,111,182)
#B77CBC
(183,124,188)
#BE89C2
(190,137,194)
#C596C8
(197,150,200)
#CCA3CE
(204,163,206)
#D3B0D4
(211,176,212)
#DABDDA
(218,189,218)
#E1CAE0
(225,202,224)
#E8D7E6
(232,215,230)
#EFE4EC
(239,228,236)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06FB6; }

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

This text font color is #B06FB6.

Background Color

.myBgColor { background-color: #B06FB6; }

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

This div background color is #B06FB6.

Border color

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

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

This div border color is #B06FB6.

Opacity

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

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

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

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

This text has shadow with #B06FB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B06FB6.

Preview

Color preview on black background

This text has color #B06FB6 on black background.


Color preview on white background

This text has color #B06FB6 on white background.


Black color preview on #B06FB6 background

This text has black color on #B06FB6 background.


White color preview on #B06FB6 background

This text has white color on #B06FB6 background.


Related colors

Complementary color

Complementary color for #hex is #4F9049.


I love getcolorcode.com

Triadic colors

1 #B6B06F and #6FB6B0 with #B06FB6 are triadic colors.

2 #B66FB0 and #6FB0B6 with #B06FB6 are triadic colors.