COLOR #B076BA

HEX: #B076BA RGB: (176,118,186)

Color info

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

RGB color model

#B076BA color RGB value is (176,118,186).

RGB: (176,118,186) (69%, 46%, 73%)

RGB channels and saturation

R 176 of 255 = 69%
G 118 of 255 = 46%
B 186 of 255 = 73%

176
118
186

R + G + B ~ 63%. #B076BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 118 + 186 = 480 (100%)
R 176 of 480 ~ 36.67%
G 118 of 480 ~ 24.58%
B 186 of 480 ~ 38.75'%

%36.67
%24.58
%38.75

CMYK color model

#B076BA color CMYK value is (5,37,0,27).

  • cyan value is 5.38%
  • magenta value is 36.56%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (5,37,0,27)
C5M37Y0K27 (5%, 37%, 0%, 27%)
(0.05 / 0.37 / 0.00 / 0.27)

CMYK percentages

%5.38
%36.56
%0
%27.06

Codes

Color #B076BA in popluar color models

B0 76 BA
RGB 176 118 186
HSL 291° 33.01% 59.61%
HSB/HSV 291° 36.56% 72.94%
CMYK 5.38% 36.56% 0.00%
27.06%

Color #B076BA in popluar number systems.

HEX B0 76 BA
Decimal 176 118 186
Binary 10110000 1110110 10111010
Octal 260 166 272

Shades and tints

Shades of #B076BA

#B076BA
(176,118,186)
#A06CAA
(160,108,170)
#90629A
(144,98,154)
#80588A
(128,88,138)
#704E7A
(112,78,122)
#60446A
(96,68,106)
#503A5A
(80,58,90)
#40304A
(64,48,74)
#30263A
(48,38,58)
#201C2A
(32,28,42)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #B076BA

#B076BA
(176,118,186)
#B782C0
(183,130,192)
#BE8EC6
(190,142,198)
#C59ACC
(197,154,204)
#CCA6D2
(204,166,210)
#D3B2D8
(211,178,216)
#DABEDE
(218,190,222)
#E1CAE4
(225,202,228)
#E8D6EA
(232,214,234)
#EFE2F0
(239,226,240)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B076BA; }

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

This text font color is #B076BA.

Background Color

.myBgColor { background-color: #B076BA; }

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

This div background color is #B076BA.

Border color

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

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

This div border color is #B076BA.

Opacity

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

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

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

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

This text has shadow with #B076BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B076BA.

Preview

Color preview on black background

This text has color #B076BA on black background.


Color preview on white background

This text has color #B076BA on white background.


Black color preview on #B076BA background

This text has black color on #B076BA background.


White color preview on #B076BA background

This text has white color on #B076BA background.


Related colors

Complementary color

Complementary color for #hex is #4F8945.


I love getcolorcode.com

Triadic colors

1 #BAB076 and #76BAB0 with #B076BA are triadic colors.

2 #BA76B0 and #76B0BA with #B076BA are triadic colors.