Shades of Electric Purple #B202FF
Tints of Electric Purple #B202FF
RGB
CMYK
RGB Variations
Color information
#B202FF (or 0xB202FF) is known color: Electric Purple. HEX triplet: B2, 02 and FF. RGB value is (178,2,255). Sum of RGB (Red+Green+Blue) = 178+2+255=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #B202FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B202FF is #4DFD00. Grayscale: #525252. Windows color (decimal): -5111041 or 16712370. OLE color: 16712370.
HSL color Cylindrical-coordinate representation of color #B202FF: hue angle of 281.74º 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 #B202FF is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 2 | 255 | - |
| CMYK | 0.30 | 0.99 | 0 | 0 |
| HSL | 281.74º | 1% | 0.5% | - |
| HSV(B) | 281.74º | 0.99% | 1% | - |
| XYZ | 36.43 | 16.73 | 95.92 | - |
| YUV | 83.47 | 224.81 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 255 | 0.30 | 0.99 | 0 | 0 | 281.74 | 1 | 0.5 |
| Hex | B2 | 2 | FF | 1E | 63 | 0 | 0 | 11A | 64 | 32 |
| Octal | 262 | 2 | 377 | 36 | 143 | 0 | 0 | 432 | 144 | 62 |
| Binary | 10110010 | 10 | 11111111 | 11110 | 1100011 | 0 | 0 | 100011010 | 1100100 | 110010 |
Color Harmonies of #B202FF
Complementary color
Monochromatic Colors of #B202FF
Black with #B202FF
Text Example
Text Example
White with #B202FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B202FF; }
p { color: rgb(178,2,255); }
H1.HeaderClassName
{
color: #B202FF;
}
.AnyTagClassName
{
color: #B202FF;
}
</style>
background-color css
<style>
a { background-color: #B202FF; }
a { background-color: rgb(178,2,255); }
div.DivClassName
{
background-color: #B202FF;
}
.BgClassName
{
background-color: #B202FF;
}
</style>
border-color css
<style>
span { border-color: #B202FF; }
span { border-color: rgb(178,2,255); }
td.TdClassName
{
border-color: #B202FF;
}
.TagClassName
{
border-color: #B202FF;
}
</style>