HEX: #B490EE
RGB: (180,144,238)
#B490EE contains mainly red and blue colors. Web safe color of #B490EE is #CC99FF (or #C9F).
#B490EE color RGB value is (180,144,238).
RGB: (180,144,238)
(71%, 56%, 93%)
R 180 of 255 = 71%
G 144 of 255 = 56%
B 238 of 255 = 93%
R + G + B ~ 73%. #B490EE is quite light color.
R + G + B = 180 + 144 + 238 = 562 (100%)
R 180 of 562 ~ 32.03%
G 144 of 562 ~ 25.62%
B 238 of 562 ~ 42.35'%
#B490EE color CMYK value is (24,39,0,7).
CMYK: (24,39,0,7) C24M39Y0K7 (24%,39%,0%,7%) (0.24/0.39/0.00/0.07)
Color #B490EE in popluar color models
B4 | 90 | EE | |
---|---|---|---|
RGB | 180 | 144 | 238 |
HSL | 263° | 73.44% | 74.90% |
HSB/HSV | 263° | 39.50% | 93.33% |
CMYK | 24.37% | 39.50% | 0.00% |
6.67% |
Color #B490EE in popluar number systems.
HEX | B4 | 90 | EE |
Decimal | 180 | 144 | 238 |
Binary | 10110100 | 10010000 | 11101110 |
Octal | 264 | 220 | 356 |
Shades of #B490EE
Tints of #B490EE
Examples of css and html codes for elements with #B490EE color. Also use rgb(180,144,238) instead hex code.
.myTextColor { color: #B490EE; }
<p style="color:#B490EE">This sample text font color is #B490EE.</p>
This text font color is #B490EE.
.myBgColor { background-color: #B490EE; }
<div style="background-color:#B490EE">Inner text</div>
This div background color is #B490EE.
.myBorderColor { border: 1px solid #B490EE; }
<div style="border:3px solid #B490EE">Div</div>
This div border color is #B490EE.
.myOpacity80 { color: #B490EE; opacity: 0.8; }
<p style="color:#B490EE;opacity:0.8;">80%</p>
Text with #B490EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B490EE;}
<p style="text-shadow: 3px 3px 1px #B490EE">Text here.</p>
This text has shadow with #B490EE color.
.textShadow {text-shadow: 3px 3px 1px #B490EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B490EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #B490EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B490EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B490EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B490EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B490EE;
-webkit-box-shadow: 1px 1px 3px 2px #B490EE;
box-shadow: 1px 1px 3px 2px #B490EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B490EE; -webkit-box-shadow: 1px 1px 3px 2px #B490EE; box-shadow:1px 1px 3px 2px #B490EE;">
Div content here
</div>
This text has color #B490EE on black background.
This text has color #B490EE on white background.
This text has black color on #B490EE background.
This text has white color on #B490EE background.
Complementary color for #hex is #4B6F11.