Shades of Electric Purple #B018EF
Tints of Electric Purple #B018EF
RGB
CMYK
RGB Variations
Color information
#B018EF (or 0xB018EF) is known color: Electric Purple. HEX triplet: B0, 18 and EF. RGB value is (176,24,239). Sum of RGB (Red+Green+Blue) = 176+24+239=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #B018EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B018EF is #4FE710. Grayscale: #5D5D5D. Windows color (decimal): -5236497 or 15669424. OLE color: 15669424.
HSL color Cylindrical-coordinate representation of color #B018EF: hue angle of 282.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B018EF is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 24 | 239 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.06 |
| HSL | 282.42º | 0.87% | 0.52% | - |
| HSV(B) | 282.42º | 0.9% | 0.94% | - |
| XYZ | 33.81 | 16.12 | 82.99 | - |
| YUV | 93.96 | 209.86 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 239 | 0.26 | 0.90 | 0 | 0.06 | 282.42 | 0.87 | 0.52 |
| Hex | B0 | 18 | EF | 1A | 5A | 0 | 6 | 11A | 57 | 34 |
| Octal | 260 | 30 | 357 | 32 | 132 | 0 | 6 | 432 | 127 | 64 |
| Binary | 10110000 | 11000 | 11101111 | 11010 | 1011010 | 0 | 110 | 100011010 | 1010111 | 110100 |
Color Harmonies of #B018EF
Complementary color
Monochromatic Colors of #B018EF
Black with #B018EF
Text Example
Text Example
White with #B018EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B018EF; }
p { color: rgb(176,24,239); }
H1.HeaderClassName
{
color: #B018EF;
}
.AnyTagClassName
{
color: #B018EF;
}
</style>
background-color css
<style>
a { background-color: #B018EF; }
a { background-color: rgb(176,24,239); }
div.DivClassName
{
background-color: #B018EF;
}
.BgClassName
{
background-color: #B018EF;
}
</style>
border-color css
<style>
span { border-color: #B018EF; }
span { border-color: rgb(176,24,239); }
td.TdClassName
{
border-color: #B018EF;
}
.TagClassName
{
border-color: #B018EF;
}
</style>