HEX: #B096FB
RGB: (176,150,251)
#B096FB contains mainly blue color. Web safe color of #B096FB is #9999FF (or #99F).
#B096FB color RGB value is (176,150,251).
RGB: (176,150,251)
(69%, 59%, 98%)
R 176 of 255 = 69%
G 150 of 255 = 59%
B 251 of 255 = 98%
R + G + B ~ 75%. #B096FB is quite light color.
R + G + B = 176 + 150 + 251 = 577 (100%)
R 176 of 577 ~ 30.5%
G 150 of 577 ~ 26%
B 251 of 577 ~ 43.5'%
#B096FB color CMYK value is (30,40,0,2).
CMYK: (30,40,0,2)
C30M40Y0K2 (30%, 40%, 0%, 2%)
(0.30 / 0.40 / 0.00 / 0.02)
Color #B096FB in popluar color models
B0 | 96 | FB | |
---|---|---|---|
RGB | 176 | 150 | 251 |
HSL | 255° | 92.66% | 78.63% |
HSB/HSV | 255° | 40.24% | 98.43% |
CMYK | 29.88% | 40.24% | 0.00% |
1.57% |
Color #B096FB in popluar number systems.
HEX | B0 | 96 | FB |
Decimal | 176 | 150 | 251 |
Binary | 10110000 | 10010110 | 11111011 |
Octal | 260 | 226 | 373 |
Shades of #B096FB
Tints of #B096FB
Examples of css and html codes for elements with #B096FB color. Also use rgb(176,150,251) instead hex code.
.myTextColor { color: #B096FB; }
<p style="color:#B096FB">This sample text font color is #B096FB.</p>
This text font color is #B096FB.
.myBgColor { background-color: #B096FB; }
<div style="background-color:#B096FB">Inner text</div>
This div background color is #B096FB.
.myBorderColor { border: 1px solid #B096FB; }
<div style="border:3px solid #B096FB">Div</div>
This div border color is #B096FB.
.myOpacity80 { color: #B096FB; opacity: 0.8; }
<p style="color:#B096FB;opacity:0.8;">80%</p>
Text with #B096FB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B096FB;}
<p style="text-shadow: 3px 3px 1px #B096FB">Text here.</p>
This text has shadow with #B096FB color.
.textShadow {text-shadow: 3px 3px 1px #B096FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B096FB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B096FB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B096FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B096FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B096FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B096FB;
-webkit-box-shadow: 1px 1px 3px 2px #B096FB;
box-shadow: 1px 1px 3px 2px #B096FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B096FB; -webkit-box-shadow: 1px 1px 3px 2px #B096FB; box-shadow:1px 1px 3px 2px #B096FB;">
Div content here
</div>
This text has color #B096FB on black background.
This text has color #B096FB on white background.
This text has black color on #B096FB background.
This text has white color on #B096FB background.
Complementary color for #hex is #4F6904.