COLOR #B06DCC

HEX: #B06DCC RGB: (176,109,204)

Color info

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

RGB color model

#B06DCC color RGB value is (176,109,204).

RGB: (176,109,204) (69%, 43%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 109 of 255 = 43%
B 204 of 255 = 80%

176
109
204

R + G + B ~ 64%. #B06DCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 109 + 204 = 489 (100%)
R 176 of 489 ~ 35.99%
G 109 of 489 ~ 22.29%
B 204 of 489 ~ 41.72'%

%35.99
%22.29
%41.72

CMYK color model

#B06DCC color CMYK value is (14,47,0,20).

  • cyan value is 13.73%
  • magenta value is 46.57%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (14,47,0,20)
C14M47Y0K20 (14%, 47%, 0%, 20%)
(0.14 / 0.47 / 0.00 / 0.20)

CMYK percentages

%13.73
%46.57
%0
%20

Codes

Color #B06DCC in popluar color models

B0 6D CC
RGB 176 109 204
HSL 282° 48.22% 61.37%
HSB/HSV 282° 46.57% 80.00%
CMYK 13.73% 46.57% 0.00%
20.00%

Color #B06DCC in popluar number systems.

HEX B0 6D CC
Decimal 176 109 204
Binary 10110000 1101101 11001100
Octal 260 155 314

Shades and tints

Shades of #B06DCC

#B06DCC
(176,109,204)
#A064BA
(160,100,186)
#905BA8
(144,91,168)
#805296
(128,82,150)
#704984
(112,73,132)
#604072
(96,64,114)
#503760
(80,55,96)
#402E4E
(64,46,78)
#30253C
(48,37,60)
#201C2A
(32,28,42)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #B06DCC

#B06DCC
(176,109,204)
#B77AD0
(183,122,208)
#BE87D4
(190,135,212)
#C594D8
(197,148,216)
#CCA1DC
(204,161,220)
#D3AEE0
(211,174,224)
#DABBE4
(218,187,228)
#E1C8E8
(225,200,232)
#E8D5EC
(232,213,236)
#EFE2F0
(239,226,240)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06DCC; }

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

This text font color is #B06DCC.

Background Color

.myBgColor { background-color: #B06DCC; }

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

This div background color is #B06DCC.

Border color

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

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

This div border color is #B06DCC.

Opacity

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

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

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

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

This text has shadow with #B06DCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B06DCC.

Preview

Color preview on black background

This text has color #B06DCC on black background.


Color preview on white background

This text has color #B06DCC on white background.


Black color preview on #B06DCC background

This text has black color on #B06DCC background.


White color preview on #B06DCC background

This text has white color on #B06DCC background.


Related colors

Complementary color

Complementary color for #hex is #4F9233.


I love getcolorcode.com

Triadic colors

1 #CCB06D and #6DCCB0 with #B06DCC are triadic colors.

2 #CC6DB0 and #6DB0CC with #B06DCC are triadic colors.