Shades of Electric Purple #B902E6
Tints of Electric Purple #B902E6
RGB
CMYK
RGB Variations
Color information
#B902E6 (or 0xB902E6) is known color: Electric Purple. HEX triplet: B9, 02 and E6. RGB value is (185,2,230). Sum of RGB (Red+Green+Blue) = 185+2+230=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #B902E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B902E6 is #46FD19. Grayscale: #515151. Windows color (decimal): -4652314 or 15073977. OLE color: 15073977.
HSL color Cylindrical-coordinate representation of color #B902E6: hue angle of 288.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902E6 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 2 | 230 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.10 |
| HSL | 288.16º | 0.98% | 0.45% | - |
| HSV(B) | 288.16º | 0.99% | 0.9% | - |
| XYZ | 34.31 | 16.07 | 76.16 | - |
| YUV | 82.71 | 211.13 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 230 | 0.20 | 0.99 | 0 | 0.10 | 288.16 | 0.98 | 0.45 |
| Hex | B9 | 2 | E6 | 14 | 63 | 0 | A | 120 | 62 | 2D |
| Octal | 271 | 2 | 346 | 24 | 143 | 0 | 12 | 440 | 142 | 55 |
| Binary | 10111001 | 10 | 11100110 | 10100 | 1100011 | 0 | 1010 | 100100000 | 1100010 | 101101 |
Color Harmonies of #B902E6
Complementary color
Monochromatic Colors of #B902E6
Black with #B902E6
Text Example
Text Example
White with #B902E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902E6; }
p { color: rgb(185,2,230); }
H1.HeaderClassName
{
color: #B902E6;
}
.AnyTagClassName
{
color: #B902E6;
}
</style>
background-color css
<style>
a { background-color: #B902E6; }
a { background-color: rgb(185,2,230); }
div.DivClassName
{
background-color: #B902E6;
}
.BgClassName
{
background-color: #B902E6;
}
</style>
border-color css
<style>
span { border-color: #B902E6; }
span { border-color: rgb(185,2,230); }
td.TdClassName
{
border-color: #B902E6;
}
.TagClassName
{
border-color: #B902E6;
}
</style>