HEX: #B994EA
RGB: (185,148,234)
#B994EA contains mainly red and blue colors. Web safe color of #B994EA is #CC99FF (or #C9F).
#B994EA color RGB value is (185,148,234).
RGB: (185,148,234)
(73%, 58%, 92%)
R 185 of 255 = 73%
G 148 of 255 = 58%
B 234 of 255 = 92%
R + G + B ~ 74%. #B994EA is quite light color.
R + G + B = 185 + 148 + 234 = 567 (100%)
R 185 of 567 ~ 32.63%
G 148 of 567 ~ 26.1%
B 234 of 567 ~ 41.27'%
#B994EA color CMYK value is (21,37,0,8).
CMYK: (21,37,0,8)
C21M37Y0K8 (21%, 37%, 0%, 8%)
(0.21 / 0.37 / 0.00 / 0.08)
Color #B994EA in popluar color models
B9 | 94 | EA | |
---|---|---|---|
RGB | 185 | 148 | 234 |
HSL | 266° | 67.19% | 74.90% |
HSB/HSV | 266° | 36.75% | 91.76% |
CMYK | 20.94% | 36.75% | 0.00% |
8.24% |
Color #B994EA in popluar number systems.
HEX | B9 | 94 | EA |
Decimal | 185 | 148 | 234 |
Binary | 10111001 | 10010100 | 11101010 |
Octal | 271 | 224 | 352 |
Shades of #B994EA
Tints of #B994EA
Examples of css and html codes for elements with #B994EA color. Also use rgb(185,148,234) instead hex code.
.myTextColor { color: #B994EA; }
<p style="color:#B994EA">This sample text font color is #B994EA.</p>
This text font color is #B994EA.
.myBgColor { background-color: #B994EA; }
<div style="background-color:#B994EA">Inner text</div>
This div background color is #B994EA.
.myBorderColor { border: 1px solid #B994EA; }
<div style="border:3px solid #B994EA">Div</div>
This div border color is #B994EA.
.myOpacity80 { color: #B994EA; opacity: 0.8; }
<p style="color:#B994EA;opacity:0.8;">80%</p>
Text with #B994EA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B994EA;}
<p style="text-shadow: 3px 3px 1px #B994EA">Text here.</p>
This text has shadow with #B994EA color.
.textShadow {text-shadow: 3px 3px 1px #B994EA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B994EA, 5px 5px 20px red">Text here.</p>
This text has shadow with #B994EA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B994EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B994EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #B994EA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B994EA;
-webkit-box-shadow: 1px 1px 3px 2px #B994EA;
box-shadow: 1px 1px 3px 2px #B994EA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B994EA; -webkit-box-shadow: 1px 1px 3px 2px #B994EA; box-shadow:1px 1px 3px 2px #B994EA;">
Div content here
</div>
This text has color #B994EA on black background.
This text has color #B994EA on white background.
This text has black color on #B994EA background.
This text has white color on #B994EA background.
Complementary color for #hex is #466B15.