Shades of Electric Purple #B90EEA
Tints of Electric Purple #B90EEA
RGB
CMYK
RGB Variations
Color information
#B90EEA (or 0xB90EEA) is known color: Electric Purple. HEX triplet: B9, 0E and EA. RGB value is (185,14,234). Sum of RGB (Red+Green+Blue) = 185+14+234=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #B90EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90EEA is #46F115. Grayscale: #595959. Windows color (decimal): -4649238 or 15339193. OLE color: 15339193.
HSL color Cylindrical-coordinate representation of color #B90EEA: hue angle of 286.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90EEA is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 14 | 234 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.08 |
| HSL | 286.64º | 0.89% | 0.49% | - |
| HSV(B) | 286.64º | 0.94% | 0.92% | - |
| XYZ | 35.02 | 16.57 | 79.19 | - |
| YUV | 90.21 | 209.15 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 234 | 0.21 | 0.94 | 0 | 0.08 | 286.64 | 0.89 | 0.49 |
| Hex | B9 | E | EA | 15 | 5E | 0 | 8 | 11F | 59 | 31 |
| Octal | 271 | 16 | 352 | 25 | 136 | 0 | 10 | 437 | 131 | 61 |
| Binary | 10111001 | 1110 | 11101010 | 10101 | 1011110 | 0 | 1000 | 100011111 | 1011001 | 110001 |
Color Harmonies of #B90EEA
Complementary color
Monochromatic Colors of #B90EEA
Black with #B90EEA
Text Example
Text Example
White with #B90EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90EEA; }
p { color: rgb(185,14,234); }
H1.HeaderClassName
{
color: #B90EEA;
}
.AnyTagClassName
{
color: #B90EEA;
}
</style>
background-color css
<style>
a { background-color: #B90EEA; }
a { background-color: rgb(185,14,234); }
div.DivClassName
{
background-color: #B90EEA;
}
.BgClassName
{
background-color: #B90EEA;
}
</style>
border-color css
<style>
span { border-color: #B90EEA; }
span { border-color: rgb(185,14,234); }
td.TdClassName
{
border-color: #B90EEA;
}
.TagClassName
{
border-color: #B90EEA;
}
</style>