Shades of Electric Purple #B90EFC
Tints of Electric Purple #B90EFC
RGB
CMYK
RGB Variations
Color information
#B90EFC (or 0xB90EFC) is known color: Electric Purple. HEX triplet: B9, 0E and FC. RGB value is (185,14,252). Sum of RGB (Red+Green+Blue) = 185+14+252=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #B90EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90EFC is #46F103. Grayscale: #5B5B5B. Windows color (decimal): -4649220 or 16518841. OLE color: 16518841.
HSL color Cylindrical-coordinate representation of color #B90EFC: hue angle of 283.11º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90EFC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 14 | 252 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.01 |
| HSL | 283.11º | 0.98% | 0.52% | - |
| HSV(B) | 283.11º | 0.94% | 0.99% | - |
| XYZ | 37.74 | 17.66 | 93.51 | - |
| YUV | 92.26 | 218.15 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 252 | 0.27 | 0.94 | 0 | 0.01 | 283.11 | 0.98 | 0.52 |
| Hex | B9 | E | FC | 1B | 5E | 0 | 1 | 11B | 62 | 34 |
| Octal | 271 | 16 | 374 | 33 | 136 | 0 | 1 | 433 | 142 | 64 |
| Binary | 10111001 | 1110 | 11111100 | 11011 | 1011110 | 0 | 1 | 100011011 | 1100010 | 110100 |
Color Harmonies of #B90EFC
Complementary color
Monochromatic Colors of #B90EFC
Black with #B90EFC
Text Example
Text Example
White with #B90EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90EFC; }
p { color: rgb(185,14,252); }
H1.HeaderClassName
{
color: #B90EFC;
}
.AnyTagClassName
{
color: #B90EFC;
}
</style>
background-color css
<style>
a { background-color: #B90EFC; }
a { background-color: rgb(185,14,252); }
div.DivClassName
{
background-color: #B90EFC;
}
.BgClassName
{
background-color: #B90EFC;
}
</style>
border-color css
<style>
span { border-color: #B90EFC; }
span { border-color: rgb(185,14,252); }
td.TdClassName
{
border-color: #B90EFC;
}
.TagClassName
{
border-color: #B90EFC;
}
</style>