Shades of Electric Purple #B902E4
Tints of Electric Purple #B902E4
RGB
CMYK
RGB Variations
Color information
#B902E4 (or 0xB902E4) is known color: Electric Purple. HEX triplet: B9, 02 and E4. RGB value is (185,2,228). Sum of RGB (Red+Green+Blue) = 185+2+228=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 228 (89.45% from 255 or 54.94% from 415); Max value from RGB is 228 - color contains mainly: blue. Hex color #B902E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B902E4 is #46FD1B. Grayscale: #515151. Windows color (decimal): -4652316 or 14942905. OLE color: 14942905.
HSL color Cylindrical-coordinate representation of color #B902E4: hue angle of 288.58º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902E4 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 2 | 228 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.11 |
| HSL | 288.58º | 0.98% | 0.45% | - |
| HSV(B) | 288.58º | 0.99% | 0.89% | - |
| XYZ | 34.03 | 15.96 | 74.69 | - |
| YUV | 82.48 | 210.13 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 228 | 0.19 | 0.99 | 0 | 0.11 | 288.58 | 0.98 | 0.45 |
| Hex | B9 | 2 | E4 | 13 | 63 | 0 | B | 121 | 62 | 2D |
| Octal | 271 | 2 | 344 | 23 | 143 | 0 | 13 | 441 | 142 | 55 |
| Binary | 10111001 | 10 | 11100100 | 10011 | 1100011 | 0 | 1011 | 100100001 | 1100010 | 101101 |
Color Harmonies of #B902E4
Complementary color
Monochromatic Colors of #B902E4
Black with #B902E4
Text Example
Text Example
White with #B902E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902E4; }
p { color: rgb(185,2,228); }
H1.HeaderClassName
{
color: #B902E4;
}
.AnyTagClassName
{
color: #B902E4;
}
</style>
background-color css
<style>
a { background-color: #B902E4; }
a { background-color: rgb(185,2,228); }
div.DivClassName
{
background-color: #B902E4;
}
.BgClassName
{
background-color: #B902E4;
}
</style>
border-color css
<style>
span { border-color: #B902E4; }
span { border-color: rgb(185,2,228); }
td.TdClassName
{
border-color: #B902E4;
}
.TagClassName
{
border-color: #B902E4;
}
</style>