Shades of Electric Purple #B802FF
Tints of Electric Purple #B802FF
RGB
CMYK
RGB Variations
Color information
#B802FF (or 0xB802FF) is known color: Electric Purple. HEX triplet: B8, 02 and FF. RGB value is (184,2,255). Sum of RGB (Red+Green+Blue) = 184+2+255=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #B802FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B802FF is #47FD00. Grayscale: #545454. Windows color (decimal): -4717825 or 16712376. OLE color: 16712376.
HSL color Cylindrical-coordinate representation of color #B802FF: hue angle of 283.16º 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 #B802FF is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 2 | 255 | - |
| CMYK | 0.28 | 0.99 | 0 | 0 |
| HSL | 283.16º | 1% | 0.5% | - |
| HSV(B) | 283.16º | 0.99% | 1% | - |
| XYZ | 37.84 | 17.45 | 95.98 | - |
| YUV | 85.26 | 223.8 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 255 | 0.28 | 0.99 | 0 | 0 | 283.16 | 1 | 0.5 |
| Hex | B8 | 2 | FF | 1C | 63 | 0 | 0 | 11B | 64 | 32 |
| Octal | 270 | 2 | 377 | 34 | 143 | 0 | 0 | 433 | 144 | 62 |
| Binary | 10111000 | 10 | 11111111 | 11100 | 1100011 | 0 | 0 | 100011011 | 1100100 | 110010 |
Color Harmonies of #B802FF
Complementary color
Monochromatic Colors of #B802FF
Black with #B802FF
Text Example
Text Example
White with #B802FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802FF; }
p { color: rgb(184,2,255); }
H1.HeaderClassName
{
color: #B802FF;
}
.AnyTagClassName
{
color: #B802FF;
}
</style>
background-color css
<style>
a { background-color: #B802FF; }
a { background-color: rgb(184,2,255); }
div.DivClassName
{
background-color: #B802FF;
}
.BgClassName
{
background-color: #B802FF;
}
</style>
border-color css
<style>
span { border-color: #B802FF; }
span { border-color: rgb(184,2,255); }
td.TdClassName
{
border-color: #B802FF;
}
.TagClassName
{
border-color: #B802FF;
}
</style>