Shades of Electric Purple #B902FF
Tints of Electric Purple #B902FF
RGB
CMYK
RGB Variations
Color information
#B902FF (or 0xB902FF) is known color: Electric Purple. HEX triplet: B9, 02 and FF. RGB value is (185,2,255). Sum of RGB (Red+Green+Blue) = 185+2+255=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 2 (1.17% from 255 or 0.45% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #B902FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B902FF is #46FD00. Grayscale: #545454. Windows color (decimal): -4652289 or 16712377. OLE color: 16712377.
HSL color Cylindrical-coordinate representation of color #B902FF: hue angle of 283.4º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B902FF is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 2 | 255 | - |
| CMYK | 0.27 | 0.99 | 0 | 0 |
| HSL | 283.4º | 1% | 0.5% | - |
| HSV(B) | 283.4º | 0.99% | 1% | - |
| XYZ | 38.08 | 17.58 | 95.99 | - |
| YUV | 85.56 | 223.63 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 255 | 0.27 | 0.99 | 0 | 0 | 283.4 | 1 | 0.5 |
| Hex | B9 | 2 | FF | 1B | 63 | 0 | 0 | 11B | 64 | 32 |
| Octal | 271 | 2 | 377 | 33 | 143 | 0 | 0 | 433 | 144 | 62 |
| Binary | 10111001 | 10 | 11111111 | 11011 | 1100011 | 0 | 0 | 100011011 | 1100100 | 110010 |
Color Harmonies of #B902FF
Complementary color
Monochromatic Colors of #B902FF
Black with #B902FF
Text Example
Text Example
White with #B902FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B902FF; }
p { color: rgb(185,2,255); }
H1.HeaderClassName
{
color: #B902FF;
}
.AnyTagClassName
{
color: #B902FF;
}
</style>
background-color css
<style>
a { background-color: #B902FF; }
a { background-color: rgb(185,2,255); }
div.DivClassName
{
background-color: #B902FF;
}
.BgClassName
{
background-color: #B902FF;
}
</style>
border-color css
<style>
span { border-color: #B902FF; }
span { border-color: rgb(185,2,255); }
td.TdClassName
{
border-color: #B902FF;
}
.TagClassName
{
border-color: #B902FF;
}
</style>