HEX: #BB96ED
RGB: (187,150,237)
#BB96ED contains mainly red and blue colors. Web safe color of #BB96ED is #CC99FF (or #C9F).
#BB96ED color RGB value is (187,150,237).
RGB: (187,150,237)
(73%, 59%, 93%)
R 187 of 255 = 73%
G 150 of 255 = 59%
B 237 of 255 = 93%
R + G + B ~ 75%. #BB96ED is quite light color.
R + G + B = 187 + 150 + 237 = 574 (100%)
R 187 of 574 ~ 32.58%
G 150 of 574 ~ 26.13%
B 237 of 574 ~ 41.29'%
#BB96ED color CMYK value is (21,37,0,7).
CMYK: (21,37,0,7)
C21M37Y0K7 (21%, 37%, 0%, 7%)
(0.21 / 0.37 / 0.00 / 0.07)
Color #BB96ED in popluar color models
BB | 96 | ED | |
---|---|---|---|
RGB | 187 | 150 | 237 |
HSL | 266° | 70.73% | 75.88% |
HSB/HSV | 266° | 36.71% | 92.94% |
CMYK | 21.10% | 36.71% | 0.00% |
7.06% |
Color #BB96ED in popluar number systems.
HEX | BB | 96 | ED |
Decimal | 187 | 150 | 237 |
Binary | 10111011 | 10010110 | 11101101 |
Octal | 273 | 226 | 355 |
Shades of #BB96ED
Tints of #BB96ED
Examples of css and html codes for elements with #BB96ED color. Also use rgb(187,150,237) instead hex code.
.myTextColor { color: #BB96ED; }
<p style="color:#BB96ED">This sample text font color is #BB96ED.</p>
This text font color is #BB96ED.
.myBgColor { background-color: #BB96ED; }
<div style="background-color:#BB96ED">Inner text</div>
This div background color is #BB96ED.
.myBorderColor { border: 1px solid #BB96ED; }
<div style="border:3px solid #BB96ED">Div</div>
This div border color is #BB96ED.
.myOpacity80 { color: #BB96ED; opacity: 0.8; }
<p style="color:#BB96ED;opacity:0.8;">80%</p>
Text with #BB96ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB96ED;}
<p style="text-shadow: 3px 3px 1px #BB96ED">Text here.</p>
This text has shadow with #BB96ED color.
.textShadow {text-shadow: 3px 3px 1px #BB96ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB96ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB96ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB96ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB96ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB96ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB96ED;
-webkit-box-shadow: 1px 1px 3px 2px #BB96ED;
box-shadow: 1px 1px 3px 2px #BB96ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB96ED; -webkit-box-shadow: 1px 1px 3px 2px #BB96ED; box-shadow:1px 1px 3px 2px #BB96ED;">
Div content here
</div>
This text has color #BB96ED on black background.
This text has color #BB96ED on white background.
This text has black color on #BB96ED background.
This text has white color on #BB96ED background.
Complementary color for #hex is #446912.