HEX: #B076BA
RGB: (176,118,186)
#B076BA contains mainly red and blue colors. Web safe color of #B076BA is #9966CC (or #96C).
#B076BA color RGB value is (176,118,186).
RGB: (176,118,186)
(69%, 46%, 73%)
R 176 of 255 = 69%
G 118 of 255 = 46%
B 186 of 255 = 73%
R + G + B ~ 63%. #B076BA is quite light color.
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'%
#B076BA color CMYK value is (5,37,0,27).
CMYK: (5,37,0,27)
C5M37Y0K27 (5%, 37%, 0%, 27%)
(0.05 / 0.37 / 0.00 / 0.27)
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 of #B076BA
Tints of #B076BA
Examples of css and html codes for elements with #B076BA color. Also use rgb(176,118,186) instead hex code.
.myTextColor { color: #B076BA; }
<p style="color:#B076BA">This sample text font color is #B076BA.</p>
This text font color is #B076BA.
.myBgColor { background-color: #B076BA; }
<div style="background-color:#B076BA">Inner text</div>
This div background color is #B076BA.
.myBorderColor { border: 1px solid #B076BA; }
<div style="border:3px solid #B076BA">Div</div>
This div border color is #B076BA.
.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%.
.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.
/* 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 text has color #B076BA on black background.
This text has color #B076BA on white background.
This text has black color on #B076BA background.
This text has white color on #B076BA background.
Complementary color for #hex is #4F8945.