Shades of Electric Purple #B002ED
Tints of Electric Purple #B002ED
RGB
CMYK
RGB Variations
Color information
#B002ED (or 0xB002ED) is known color: Electric Purple. HEX triplet: B0, 02 and ED. RGB value is (176,2,237). Sum of RGB (Red+Green+Blue) = 176+2+237=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #B002ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B002ED is #4FFD12. Grayscale: #505050. Windows color (decimal): -5242131 or 15532720. OLE color: 15532720.
HSL color Cylindrical-coordinate representation of color #B002ED: hue angle of 284.43º 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 #B002ED is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 2 | 237 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.07 |
| HSL | 284.43º | 0.98% | 0.47% | - |
| HSV(B) | 284.43º | 0.99% | 0.93% | - |
| XYZ | 33.21 | 15.39 | 81.34 | - |
| YUV | 80.82 | 216.15 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 237 | 0.26 | 0.99 | 0 | 0.07 | 284.43 | 0.98 | 0.47 |
| Hex | B0 | 2 | ED | 1A | 63 | 0 | 7 | 11C | 62 | 2F |
| Octal | 260 | 2 | 355 | 32 | 143 | 0 | 7 | 434 | 142 | 57 |
| Binary | 10110000 | 10 | 11101101 | 11010 | 1100011 | 0 | 111 | 100011100 | 1100010 | 101111 |
Color Harmonies of #B002ED
Complementary color
Monochromatic Colors of #B002ED
Black with #B002ED
Text Example
Text Example
White with #B002ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002ED; }
p { color: rgb(176,2,237); }
H1.HeaderClassName
{
color: #B002ED;
}
.AnyTagClassName
{
color: #B002ED;
}
</style>
background-color css
<style>
a { background-color: #B002ED; }
a { background-color: rgb(176,2,237); }
div.DivClassName
{
background-color: #B002ED;
}
.BgClassName
{
background-color: #B002ED;
}
</style>
border-color css
<style>
span { border-color: #B002ED; }
span { border-color: rgb(176,2,237); }
td.TdClassName
{
border-color: #B002ED;
}
.TagClassName
{
border-color: #B002ED;
}
</style>