Shades of Electric Purple #B202FC
Tints of Electric Purple #B202FC
RGB
CMYK
RGB Variations
Color information
#B202FC (or 0xB202FC) is known color: Electric Purple. HEX triplet: B2, 02 and FC. RGB value is (178,2,252). Sum of RGB (Red+Green+Blue) = 178+2+252=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #B202FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B202FC is #4DFD03. Grayscale: #525252. Windows color (decimal): -5111044 or 16515762. OLE color: 16515762.
HSL color Cylindrical-coordinate representation of color #B202FC: hue angle of 282.24º 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 #B202FC is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 2 | 252 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.01 |
| HSL | 282.24º | 0.98% | 0.5% | - |
| HSV(B) | 282.24º | 0.99% | 0.99% | - |
| XYZ | 35.95 | 16.54 | 93.39 | - |
| YUV | 83.12 | 223.31 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 252 | 0.29 | 0.99 | 0 | 0.01 | 282.24 | 0.98 | 0.5 |
| Hex | B2 | 2 | FC | 1D | 63 | 0 | 1 | 11A | 62 | 32 |
| Octal | 262 | 2 | 374 | 35 | 143 | 0 | 1 | 432 | 142 | 62 |
| Binary | 10110010 | 10 | 11111100 | 11101 | 1100011 | 0 | 1 | 100011010 | 1100010 | 110010 |
Color Harmonies of #B202FC
Complementary color
Monochromatic Colors of #B202FC
Black with #B202FC
Text Example
Text Example
White with #B202FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B202FC; }
p { color: rgb(178,2,252); }
H1.HeaderClassName
{
color: #B202FC;
}
.AnyTagClassName
{
color: #B202FC;
}
</style>
background-color css
<style>
a { background-color: #B202FC; }
a { background-color: rgb(178,2,252); }
div.DivClassName
{
background-color: #B202FC;
}
.BgClassName
{
background-color: #B202FC;
}
</style>
border-color css
<style>
span { border-color: #B202FC; }
span { border-color: rgb(178,2,252); }
td.TdClassName
{
border-color: #B202FC;
}
.TagClassName
{
border-color: #B202FC;
}
</style>