Shades of Electric Purple #B90EFF
Tints of Electric Purple #B90EFF
RGB
CMYK
RGB Variations
Color information
#B90EFF (or 0xB90EFF) is known color: Electric Purple. HEX triplet: B9, 0E and FF. RGB value is (185,14,255). Sum of RGB (Red+Green+Blue) = 185+14+255=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #B90EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90EFF is #46F100. Grayscale: #5B5B5B. Windows color (decimal): -4649217 or 16715449. OLE color: 16715449.
HSL color Cylindrical-coordinate representation of color #B90EFF: hue angle of 282.57º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90EFF is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 14 | 255 | - |
| CMYK | 0.27 | 0.95 | 0 | 0 |
| HSL | 282.57º | 1% | 0.53% | - |
| HSV(B) | 282.57º | 0.95% | 1% | - |
| XYZ | 38.21 | 17.85 | 96.04 | - |
| YUV | 92.6 | 219.65 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 255 | 0.27 | 0.95 | 0 | 0 | 282.57 | 1 | 0.53 |
| Hex | B9 | E | FF | 1B | 5F | 0 | 0 | 11B | 64 | 35 |
| Octal | 271 | 16 | 377 | 33 | 137 | 0 | 0 | 433 | 144 | 65 |
| Binary | 10111001 | 1110 | 11111111 | 11011 | 1011111 | 0 | 0 | 100011011 | 1100100 | 110101 |
Color Harmonies of #B90EFF
Complementary color
Monochromatic Colors of #B90EFF
Black with #B90EFF
Text Example
Text Example
White with #B90EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90EFF; }
p { color: rgb(185,14,255); }
H1.HeaderClassName
{
color: #B90EFF;
}
.AnyTagClassName
{
color: #B90EFF;
}
</style>
background-color css
<style>
a { background-color: #B90EFF; }
a { background-color: rgb(185,14,255); }
div.DivClassName
{
background-color: #B90EFF;
}
.BgClassName
{
background-color: #B90EFF;
}
</style>
border-color css
<style>
span { border-color: #B90EFF; }
span { border-color: rgb(185,14,255); }
td.TdClassName
{
border-color: #B90EFF;
}
.TagClassName
{
border-color: #B90EFF;
}
</style>