Shades of Electric Purple #B018ED
Tints of Electric Purple #B018ED
RGB
CMYK
RGB Variations
Color information
#B018ED (or 0xB018ED) is known color: Electric Purple. HEX triplet: B0, 18 and ED. RGB value is (176,24,237). Sum of RGB (Red+Green+Blue) = 176+24+237=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #B018ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B018ED is #4FE712. Grayscale: #5D5D5D. Windows color (decimal): -5236499 or 15538352. OLE color: 15538352.
HSL color Cylindrical-coordinate representation of color #B018ED: hue angle of 282.82º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B018ED is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 24 | 237 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.07 |
| HSL | 282.82º | 0.86% | 0.51% | - |
| HSV(B) | 282.82º | 0.9% | 0.93% | - |
| XYZ | 33.52 | 16 | 81.44 | - |
| YUV | 93.73 | 208.86 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 237 | 0.26 | 0.90 | 0 | 0.07 | 282.82 | 0.86 | 0.51 |
| Hex | B0 | 18 | ED | 1A | 5A | 0 | 7 | 11B | 56 | 33 |
| Octal | 260 | 30 | 355 | 32 | 132 | 0 | 7 | 433 | 126 | 63 |
| Binary | 10110000 | 11000 | 11101101 | 11010 | 1011010 | 0 | 111 | 100011011 | 1010110 | 110011 |
Color Harmonies of #B018ED
Complementary color
Monochromatic Colors of #B018ED
Black with #B018ED
Text Example
Text Example
White with #B018ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B018ED; }
p { color: rgb(176,24,237); }
H1.HeaderClassName
{
color: #B018ED;
}
.AnyTagClassName
{
color: #B018ED;
}
</style>
background-color css
<style>
a { background-color: #B018ED; }
a { background-color: rgb(176,24,237); }
div.DivClassName
{
background-color: #B018ED;
}
.BgClassName
{
background-color: #B018ED;
}
</style>
border-color css
<style>
span { border-color: #B018ED; }
span { border-color: rgb(176,24,237); }
td.TdClassName
{
border-color: #B018ED;
}
.TagClassName
{
border-color: #B018ED;
}
</style>