COLOR #B06BB5

HEX: #B06BB5
RGB: (176,107,181)

Color info

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

RGB color model

#B06BB5 color RGB value is (176,107,181).

  • red value is 176;
  • green value is 107;
  • blue value is 181.
RGB:
(176,107,181)
(69%,42%,71%)

RGB channels and saturation

R 176 of 255 = 69%
G 107 of 255 = 42%
B 181 of 255 = 71%

176
107
181

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

Portions of RGB colors in percentages

R + G + B =
176 + 107 + 181 = 464 (100%)
R 176 of 464 ~ 37.93%
G 107 of 464 ~ 23.06%
B 181 of 464 ~ 39.01%

%37.93
%23.06
%39.01

CMYK color model

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

  • cyan value is 2.76%
  • magenta value is 40.88%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(3,41,0,29)
C3M41Y0K29 
(3%,41%,0%,29%)
(0.03/0.41/0.00/0.29)	

CMYK percentages

%2.76
%40.88
%0
%29.02

Codes

Color #B06BB5 in popluar color models

B06BB5
RGB176107181
HSL296°33.33%56.47%
HSB/HSV296°40.88%70.98%
CMYK2.76%40.88%0.00%
29.02%

Color #B06BB5 in popluar number systems.

HEXB06BB5
Decimal176107181
Binary10110000110101110110101
Octal260153265

Shades and tints

Shades of #B06BB5

#B06BB5
(176,107,181)
#A062A5
(160,98,165)
#905995
(144,89,149)
#805085
(128,80,133)
#704775
(112,71,117)
#603E65
(96,62,101)
#503555
(80,53,85)
#402C45
(64,44,69)
#302335
(48,35,53)
#201A25
(32,26,37)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #B06BB5

#B06BB5
(176,107,181)
#B778BB
(183,120,187)
#BE85C1
(190,133,193)
#C592C7
(197,146,199)
#CC9FCD
(204,159,205)
#D3ACD3
(211,172,211)
#DAB9D9
(218,185,217)
#E1C6DF
(225,198,223)
#E8D3E5
(232,211,229)
#EFE0EB
(239,224,235)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06BB5; }

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

This text font color is #B06BB5.


Background Color

.myBgColor { background-color: #B06BB5; }

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

This div background color is #B06BB5.


Border color

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

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

This div border color is #B06BB5.


Opacity

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

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

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

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

This text has shadow with #B06BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06BB5 on black background.


Color preview on white background

This text has color #B06BB5 on white background.



Black color preview on #B06BB5 background

This text has black color on #B06BB5 background.


White color preview on #B06BB5 background

This text has white color on #B06BB5 background.