Shades of Electric Purple #B202ED
Tints of Electric Purple #B202ED
RGB
CMYK
RGB Variations
Color information
#B202ED (or 0xB202ED) is known color: Electric Purple. HEX triplet: B2, 02 and ED. RGB value is (178,2,237). Sum of RGB (Red+Green+Blue) = 178+2+237=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #B202ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B202ED is #4DFD12. Grayscale: #505050. Windows color (decimal): -5111059 or 15532722. OLE color: 15532722.
HSL color Cylindrical-coordinate representation of color #B202ED: hue angle of 284.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B202ED is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 2 | 237 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.07 |
| HSL | 284.94º | 0.98% | 0.47% | - |
| HSV(B) | 284.94º | 0.99% | 0.93% | - |
| XYZ | 33.67 | 15.62 | 81.36 | - |
| YUV | 81.41 | 215.81 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 237 | 0.25 | 0.99 | 0 | 0.07 | 284.94 | 0.98 | 0.47 |
| Hex | B2 | 2 | ED | 19 | 63 | 0 | 7 | 11D | 62 | 2F |
| Octal | 262 | 2 | 355 | 31 | 143 | 0 | 7 | 435 | 142 | 57 |
| Binary | 10110010 | 10 | 11101101 | 11001 | 1100011 | 0 | 111 | 100011101 | 1100010 | 101111 |
Color Harmonies of #B202ED
Complementary color
Monochromatic Colors of #B202ED
Black with #B202ED
Text Example
Text Example
White with #B202ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B202ED; }
p { color: rgb(178,2,237); }
H1.HeaderClassName
{
color: #B202ED;
}
.AnyTagClassName
{
color: #B202ED;
}
</style>
background-color css
<style>
a { background-color: #B202ED; }
a { background-color: rgb(178,2,237); }
div.DivClassName
{
background-color: #B202ED;
}
.BgClassName
{
background-color: #B202ED;
}
</style>
border-color css
<style>
span { border-color: #B202ED; }
span { border-color: rgb(178,2,237); }
td.TdClassName
{
border-color: #B202ED;
}
.TagClassName
{
border-color: #B202ED;
}
</style>