COLOR #B06BD9

HEX: #B06BD9
RGB: (176,107,217)

Color info

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

RGB color model

#B06BD9 color RGB value is (176,107,217).

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

RGB channels and saturation

R 176 of 255 = 69%
G 107 of 255 = 42%
B 217 of 255 = 85%

176
107
217

R + G + B ~ 65%. #B06BD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 107 + 217 = 500 (100%)
R 176 of 500 ~ 35.2%
G 107 of 500 ~ 21.4%
B 217 of 500 ~ 43.4%

%35.2
%21.4
%43.4

CMYK color model

#B06BD9 color CMYK value is (19,51,0,15).

  • cyan value is 18.89%
  • magenta value is 50.69%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(19,51,0,15)
C19M51Y0K15 
(19%,51%,0%,15%)
(0.19/0.51/0.00/0.15)	

CMYK percentages

%18.89
%50.69
%0
%14.9

Codes

Color #B06BD9 in popluar color models

B06BD9
RGB176107217
HSL278°59.14%63.53%
HSB/HSV278°50.69%85.10%
CMYK18.89%50.69%0.00%
14.90%

Color #B06BD9 in popluar number systems.

HEXB06BD9
Decimal176107217
Binary10110000110101111011001
Octal260153331

Shades and tints

Shades of #B06BD9

#B06BD9
(176,107,217)
#A062C6
(160,98,198)
#9059B3
(144,89,179)
#8050A0
(128,80,160)
#70478D
(112,71,141)
#603E7A
(96,62,122)
#503567
(80,53,103)
#402C54
(64,44,84)
#302341
(48,35,65)
#201A2E
(32,26,46)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #B06BD9

#B06BD9
(176,107,217)
#B778DC
(183,120,220)
#BE85DF
(190,133,223)
#C592E2
(197,146,226)
#CC9FE5
(204,159,229)
#D3ACE8
(211,172,232)
#DAB9EB
(218,185,235)
#E1C6EE
(225,198,238)
#E8D3F1
(232,211,241)
#EFE0F4
(239,224,244)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06BD9; }

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

This text font color is #B06BD9.


Background Color

.myBgColor { background-color: #B06BD9; }

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

This div background color is #B06BD9.


Border color

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

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

This div border color is #B06BD9.


Opacity

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

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

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

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

This text has shadow with #B06BD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06BD9 on black background.


Color preview on white background

This text has color #B06BD9 on white background.



Black color preview on #B06BD9 background

This text has black color on #B06BD9 background.


White color preview on #B06BD9 background

This text has white color on #B06BD9 background.