COLOR #B06DD1

HEX: #B06DD1
RGB: (176,109,209)

Color info

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

RGB color model

#B06DD1 color RGB value is (176,109,209).

  • red value is 176;
  • green value is 109;
  • blue value is 209.
RGB:
(176,109,209)
(69%,43%,82%)

RGB channels and saturation

R 176 of 255 = 69%
G 109 of 255 = 43%
B 209 of 255 = 82%

176
109
209

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

Portions of RGB colors in percentages

R + G + B =
176 + 109 + 209 = 494 (100%)
R 176 of 494 ~ 35.63%
G 109 of 494 ~ 22.06%
B 209 of 494 ~ 42.31%

%35.63
%22.06
%42.31

CMYK color model

#B06DD1 color CMYK value is (16,48,0,18).

  • cyan value is 15.79%
  • magenta value is 47.85%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,48,0,18)
C16M48Y0K18 
(16%,48%,0%,18%)
(0.16/0.48/0.00/0.18)	

CMYK percentages

%15.79
%47.85
%0
%18.04

Codes

Color #B06DD1 in popluar color models

B06DD1
RGB176109209
HSL280°52.08%62.35%
HSB/HSV280°47.85%81.96%
CMYK15.79%47.85%0.00%
18.04%

Color #B06DD1 in popluar number systems.

HEXB06DD1
Decimal176109209
Binary10110000110110111010001
Octal260155321

Shades and tints

Shades of #B06DD1

#B06DD1
(176,109,209)
#A064BE
(160,100,190)
#905BAB
(144,91,171)
#805298
(128,82,152)
#704985
(112,73,133)
#604072
(96,64,114)
#50375F
(80,55,95)
#402E4C
(64,46,76)
#302539
(48,37,57)
#201C26
(32,28,38)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #B06DD1

#B06DD1
(176,109,209)
#B77AD5
(183,122,213)
#BE87D9
(190,135,217)
#C594DD
(197,148,221)
#CCA1E1
(204,161,225)
#D3AEE5
(211,174,229)
#DABBE9
(218,187,233)
#E1C8ED
(225,200,237)
#E8D5F1
(232,213,241)
#EFE2F5
(239,226,245)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06DD1 color. Also use rgb(176,109,209) instead hex code.

Text Font Color

.myTextColor { color: #B06DD1; }

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

This text font color is #B06DD1.


Background Color

.myBgColor { background-color: #B06DD1; }

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

This div background color is #B06DD1.


Border color

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

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

This div border color is #B06DD1.


Opacity

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

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

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

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

This text has shadow with #B06DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06DD1 on black background.


Color preview on white background

This text has color #B06DD1 on white background.



Black color preview on #B06DD1 background

This text has black color on #B06DD1 background.


White color preview on #B06DD1 background

This text has white color on #B06DD1 background.