COLOR #B06FBC

HEX: #B06FBC
RGB: (176,111,188)

Color info

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

RGB color model

#B06FBC color RGB value is (176,111,188).

  • red value is 176;
  • green value is 111;
  • blue value is 188.
RGB:
(176,111,188)
(69%,44%,74%)

RGB channels and saturation

R 176 of 255 = 69%
G 111 of 255 = 44%
B 188 of 255 = 74%

176
111
188

R + G + B ~ 62%. #B06FBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 111 + 188 = 475 (100%)
R 176 of 475 ~ 37.05%
G 111 of 475 ~ 23.37%
B 188 of 475 ~ 39.58%

%37.05
%23.37
%39.58

CMYK color model

#B06FBC color CMYK value is (6,41,0,26).

  • cyan value is 6.38%
  • magenta value is 40.96%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(6,41,0,26)
C6M41Y0K26 
(6%,41%,0%,26%)
(0.06/0.41/0.00/0.26)	

CMYK percentages

%6.38
%40.96
%0
%26.27

Codes

Color #B06FBC in popluar color models

B06FBC
RGB176111188
HSL291°36.49%58.63%
HSB/HSV291°40.96%73.73%
CMYK6.38%40.96%0.00%
26.27%

Color #B06FBC in popluar number systems.

HEXB06FBC
Decimal176111188
Binary10110000110111110111100
Octal260157274

Shades and tints

Shades of #B06FBC

#B06FBC
(176,111,188)
#A065AB
(160,101,171)
#905B9A
(144,91,154)
#805189
(128,81,137)
#704778
(112,71,120)
#603D67
(96,61,103)
#503356
(80,51,86)
#402945
(64,41,69)
#301F34
(48,31,52)
#201523
(32,21,35)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #B06FBC

#B06FBC
(176,111,188)
#B77CC2
(183,124,194)
#BE89C8
(190,137,200)
#C596CE
(197,150,206)
#CCA3D4
(204,163,212)
#D3B0DA
(211,176,218)
#DABDE0
(218,189,224)
#E1CAE6
(225,202,230)
#E8D7EC
(232,215,236)
#EFE4F2
(239,228,242)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06FBC; }

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

This text font color is #B06FBC.


Background Color

.myBgColor { background-color: #B06FBC; }

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

This div background color is #B06FBC.


Border color

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

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

This div border color is #B06FBC.


Opacity

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

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

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

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

This text has shadow with #B06FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06FBC on black background.


Color preview on white background

This text has color #B06FBC on white background.



Black color preview on #B06FBC background

This text has black color on #B06FBC background.


White color preview on #B06FBC background

This text has white color on #B06FBC background.