Shades of Electric Purple #B90EEF
Tints of Electric Purple #B90EEF
RGB
CMYK
RGB Variations
Color information
#B90EEF (or 0xB90EEF) is known color: Electric Purple. HEX triplet: B9, 0E and EF. RGB value is (185,14,239). Sum of RGB (Red+Green+Blue) = 185+14+239=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #B90EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90EEF is #46F110. Grayscale: #5A5A5A. Windows color (decimal): -4649233 or 15666873. OLE color: 15666873.
HSL color Cylindrical-coordinate representation of color #B90EEF: hue angle of 285.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90EEF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 14 | 239 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.06 |
| HSL | 285.6º | 0.89% | 0.5% | - |
| HSV(B) | 285.6º | 0.94% | 0.94% | - |
| XYZ | 35.74 | 16.86 | 83.03 | - |
| YUV | 90.78 | 211.65 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 239 | 0.23 | 0.94 | 0 | 0.06 | 285.6 | 0.89 | 0.5 |
| Hex | B9 | E | EF | 17 | 5E | 0 | 6 | 11E | 59 | 32 |
| Octal | 271 | 16 | 357 | 27 | 136 | 0 | 6 | 436 | 131 | 62 |
| Binary | 10111001 | 1110 | 11101111 | 10111 | 1011110 | 0 | 110 | 100011110 | 1011001 | 110010 |
Color Harmonies of #B90EEF
Complementary color
Monochromatic Colors of #B90EEF
Black with #B90EEF
Text Example
Text Example
White with #B90EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90EEF; }
p { color: rgb(185,14,239); }
H1.HeaderClassName
{
color: #B90EEF;
}
.AnyTagClassName
{
color: #B90EEF;
}
</style>
background-color css
<style>
a { background-color: #B90EEF; }
a { background-color: rgb(185,14,239); }
div.DivClassName
{
background-color: #B90EEF;
}
.BgClassName
{
background-color: #B90EEF;
}
</style>
border-color css
<style>
span { border-color: #B90EEF; }
span { border-color: rgb(185,14,239); }
td.TdClassName
{
border-color: #B90EEF;
}
.TagClassName
{
border-color: #B90EEF;
}
</style>