Shades of Electric Purple #B802FC
Tints of Electric Purple #B802FC
RGB
CMYK
RGB Variations
Color information
#B802FC (or 0xB802FC) is known color: Electric Purple. HEX triplet: B8, 02 and FC. RGB value is (184,2,252). Sum of RGB (Red+Green+Blue) = 184+2+252=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #B802FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B802FC is #47FD03. Grayscale: #545454. Windows color (decimal): -4717828 or 16515768. OLE color: 16515768.
HSL color Cylindrical-coordinate representation of color #B802FC: hue angle of 283.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B802FC is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 2 | 252 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.01 |
| HSL | 283.68º | 0.98% | 0.5% | - |
| HSV(B) | 283.68º | 0.99% | 0.99% | - |
| XYZ | 37.36 | 17.26 | 93.46 | - |
| YUV | 84.92 | 222.3 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 252 | 0.27 | 0.99 | 0 | 0.01 | 283.68 | 0.98 | 0.5 |
| Hex | B8 | 2 | FC | 1B | 63 | 0 | 1 | 11C | 62 | 32 |
| Octal | 270 | 2 | 374 | 33 | 143 | 0 | 1 | 434 | 142 | 62 |
| Binary | 10111000 | 10 | 11111100 | 11011 | 1100011 | 0 | 1 | 100011100 | 1100010 | 110010 |
Color Harmonies of #B802FC
Complementary color
Monochromatic Colors of #B802FC
Black with #B802FC
Text Example
Text Example
White with #B802FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802FC; }
p { color: rgb(184,2,252); }
H1.HeaderClassName
{
color: #B802FC;
}
.AnyTagClassName
{
color: #B802FC;
}
</style>
background-color css
<style>
a { background-color: #B802FC; }
a { background-color: rgb(184,2,252); }
div.DivClassName
{
background-color: #B802FC;
}
.BgClassName
{
background-color: #B802FC;
}
</style>
border-color css
<style>
span { border-color: #B802FC; }
span { border-color: rgb(184,2,252); }
td.TdClassName
{
border-color: #B802FC;
}
.TagClassName
{
border-color: #B802FC;
}
</style>