Shades of Electric Purple #B018EC
Tints of Electric Purple #B018EC
RGB
CMYK
RGB Variations
Color information
#B018EC (or 0xB018EC) is known color: Electric Purple. HEX triplet: B0, 18 and EC. RGB value is (176,24,236). Sum of RGB (Red+Green+Blue) = 176+24+236=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #B018EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B018EC is #4FE713. Grayscale: #5C5C5C. Windows color (decimal): -5236500 or 15472816. OLE color: 15472816.
HSL color Cylindrical-coordinate representation of color #B018EC: hue angle of 283.02º degrees, saturation: 0.85, 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 #B018EC is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 24 | 236 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.07 |
| HSL | 283.02º | 0.85% | 0.51% | - |
| HSV(B) | 283.02º | 0.9% | 0.93% | - |
| XYZ | 33.37 | 15.94 | 80.67 | - |
| YUV | 93.62 | 208.36 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 236 | 0.25 | 0.90 | 0 | 0.07 | 283.02 | 0.85 | 0.51 |
| Hex | B0 | 18 | EC | 19 | 5A | 0 | 7 | 11B | 55 | 33 |
| Octal | 260 | 30 | 354 | 31 | 132 | 0 | 7 | 433 | 125 | 63 |
| Binary | 10110000 | 11000 | 11101100 | 11001 | 1011010 | 0 | 111 | 100011011 | 1010101 | 110011 |
Color Harmonies of #B018EC
Complementary color
Monochromatic Colors of #B018EC
Black with #B018EC
Text Example
Text Example
White with #B018EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B018EC; }
p { color: rgb(176,24,236); }
H1.HeaderClassName
{
color: #B018EC;
}
.AnyTagClassName
{
color: #B018EC;
}
</style>
background-color css
<style>
a { background-color: #B018EC; }
a { background-color: rgb(176,24,236); }
div.DivClassName
{
background-color: #B018EC;
}
.BgClassName
{
background-color: #B018EC;
}
</style>
border-color css
<style>
span { border-color: #B018EC; }
span { border-color: rgb(176,24,236); }
td.TdClassName
{
border-color: #B018EC;
}
.TagClassName
{
border-color: #B018EC;
}
</style>