Shades of Electric Purple #B902E9
Tints of Electric Purple #B902E9
RGB
CMYK
RGB Variations
Color information
#B902E9 (or 0xB902E9) is known color: Electric Purple. HEX triplet: B9, 02 and E9. RGB value is (185,2,233). Sum of RGB (Red+Green+Blue) = 185+2+233=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 233 (91.41% from 255 or 55.48% from 420); Max value from RGB is 233 - color contains mainly: blue. Hex color #B902E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B902E9 is #46FD16. Grayscale: #525252. Windows color (decimal): -4652311 or 15270585. OLE color: 15270585.
HSL color Cylindrical-coordinate representation of color #B902E9: hue angle of 287.53º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902E9 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 2 | 233 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.09 |
| HSL | 287.53º | 0.98% | 0.46% | - |
| HSV(B) | 287.53º | 0.99% | 0.91% | - |
| XYZ | 34.74 | 16.24 | 78.39 | - |
| YUV | 83.05 | 212.63 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 233 | 0.21 | 0.99 | 0 | 0.09 | 287.53 | 0.98 | 0.46 |
| Hex | B9 | 2 | E9 | 15 | 63 | 0 | 9 | 120 | 62 | 2E |
| Octal | 271 | 2 | 351 | 25 | 143 | 0 | 11 | 440 | 142 | 56 |
| Binary | 10111001 | 10 | 11101001 | 10101 | 1100011 | 0 | 1001 | 100100000 | 1100010 | 101110 |
Color Harmonies of #B902E9
Complementary color
Monochromatic Colors of #B902E9
Black with #B902E9
Text Example
Text Example
White with #B902E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902E9; }
p { color: rgb(185,2,233); }
H1.HeaderClassName
{
color: #B902E9;
}
.AnyTagClassName
{
color: #B902E9;
}
</style>
background-color css
<style>
a { background-color: #B902E9; }
a { background-color: rgb(185,2,233); }
div.DivClassName
{
background-color: #B902E9;
}
.BgClassName
{
background-color: #B902E9;
}
</style>
border-color css
<style>
span { border-color: #B902E9; }
span { border-color: rgb(185,2,233); }
td.TdClassName
{
border-color: #B902E9;
}
.TagClassName
{
border-color: #B902E9;
}
</style>