COLOR #B076D6

HEX: #B076D6
RGB: (176,118,214)

Color info

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

RGB color model

#B076D6 color RGB value is (176,118,214).

  • red value is 176;
  • green value is 118;
  • blue value is 214.
RGB:
(176,118,214)
(69%,46%,84%)

RGB channels and saturation

R 176 of 255 = 69%
G 118 of 255 = 46%
B 214 of 255 = 84%

176
118
214

R + G + B ~ 66%. #B076D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 118 + 214 = 508 (100%)
R 176 of 508 ~ 34.65%
G 118 of 508 ~ 23.23%
B 214 of 508 ~ 42.13%

%34.65
%23.23
%42.13

CMYK color model

#B076D6 color CMYK value is (18,45,0,16).

  • cyan value is 17.76%
  • magenta value is 44.86%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(18,45,0,16)
C18M45Y0K16 
(18%,45%,0%,16%)
(0.18/0.45/0.00/0.16)	

CMYK percentages

%17.76
%44.86
%0
%16.08

Codes

Color #B076D6 in popluar color models

B076D6
RGB176118214
HSL276°53.93%65.10%
HSB/HSV276°44.86%83.92%
CMYK17.76%44.86%0.00%
16.08%

Color #B076D6 in popluar number systems.

HEXB076D6
Decimal176118214
Binary10110000111011011010110
Octal260166326

Shades and tints

Shades of #B076D6

#B076D6
(176,118,214)
#A06CC3
(160,108,195)
#9062B0
(144,98,176)
#80589D
(128,88,157)
#704E8A
(112,78,138)
#604477
(96,68,119)
#503A64
(80,58,100)
#403051
(64,48,81)
#30263E
(48,38,62)
#201C2B
(32,28,43)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #B076D6

#B076D6
(176,118,214)
#B782D9
(183,130,217)
#BE8EDC
(190,142,220)
#C59ADF
(197,154,223)
#CCA6E2
(204,166,226)
#D3B2E5
(211,178,229)
#DABEE8
(218,190,232)
#E1CAEB
(225,202,235)
#E8D6EE
(232,214,238)
#EFE2F1
(239,226,241)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B076D6 color. Also use rgb(176,118,214) instead hex code.

Text Font Color

.myTextColor { color: #B076D6; }

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

This text font color is #B076D6.


Background Color

.myBgColor { background-color: #B076D6; }

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

This div background color is #B076D6.


Border color

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

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

This div border color is #B076D6.


Opacity

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

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

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

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

This text has shadow with #B076D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B076D6 on black background.


Color preview on white background

This text has color #B076D6 on white background.



Black color preview on #B076D6 background

This text has black color on #B076D6 background.


White color preview on #B076D6 background

This text has white color on #B076D6 background.