Shades of Electric Purple #B90FEC
Tints of Electric Purple #B90FEC
RGB
CMYK
RGB Variations
Color information
#B90FEC (or 0xB90FEC) is known color: Electric Purple. HEX triplet: B9, 0F and EC. RGB value is (185,15,236). Sum of RGB (Red+Green+Blue) = 185+15+236=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #B90FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90FEC is #46F013. Grayscale: #5A5A5A. Windows color (decimal): -4648980 or 15470521. OLE color: 15470521.
HSL color Cylindrical-coordinate representation of color #B90FEC: hue angle of 286.15º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90FEC is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 15 | 236 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.07 |
| HSL | 286.15º | 0.88% | 0.49% | - |
| HSV(B) | 286.15º | 0.94% | 0.93% | - |
| XYZ | 35.32 | 16.71 | 80.72 | - |
| YUV | 91.02 | 209.82 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 236 | 0.22 | 0.94 | 0 | 0.07 | 286.15 | 0.88 | 0.49 |
| Hex | B9 | F | EC | 16 | 5E | 0 | 7 | 11E | 58 | 31 |
| Octal | 271 | 17 | 354 | 26 | 136 | 0 | 7 | 436 | 130 | 61 |
| Binary | 10111001 | 1111 | 11101100 | 10110 | 1011110 | 0 | 111 | 100011110 | 1011000 | 110001 |
Color Harmonies of #B90FEC
Complementary color
Monochromatic Colors of #B90FEC
Black with #B90FEC
Text Example
Text Example
White with #B90FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FEC; }
p { color: rgb(185,15,236); }
H1.HeaderClassName
{
color: #B90FEC;
}
.AnyTagClassName
{
color: #B90FEC;
}
</style>
background-color css
<style>
a { background-color: #B90FEC; }
a { background-color: rgb(185,15,236); }
div.DivClassName
{
background-color: #B90FEC;
}
.BgClassName
{
background-color: #B90FEC;
}
</style>
border-color css
<style>
span { border-color: #B90FEC; }
span { border-color: rgb(185,15,236); }
td.TdClassName
{
border-color: #B90FEC;
}
.TagClassName
{
border-color: #B90FEC;
}
</style>