Shades of Electric Purple #B018E7
Tints of Electric Purple #B018E7
RGB
CMYK
RGB Variations
Color information
#B018E7 (or 0xB018E7) is known color: Electric Purple. HEX triplet: B0, 18 and E7. RGB value is (176,24,231). Sum of RGB (Red+Green+Blue) = 176+24+231=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #B018E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B018E7 is #4FE718. Grayscale: #5C5C5C. Windows color (decimal): -5236505 or 15145136. OLE color: 15145136.
HSL color Cylindrical-coordinate representation of color #B018E7: hue angle of 284.06º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B018E7 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 24 | 231 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.09 |
| HSL | 284.06º | 0.81% | 0.5% | - |
| HSV(B) | 284.06º | 0.9% | 0.91% | - |
| XYZ | 32.65 | 15.65 | 76.9 | - |
| YUV | 93.05 | 205.86 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 231 | 0.24 | 0.90 | 0 | 0.09 | 284.06 | 0.81 | 0.5 |
| Hex | B0 | 18 | E7 | 18 | 5A | 0 | 9 | 11C | 51 | 32 |
| Octal | 260 | 30 | 347 | 30 | 132 | 0 | 11 | 434 | 121 | 62 |
| Binary | 10110000 | 11000 | 11100111 | 11000 | 1011010 | 0 | 1001 | 100011100 | 1010001 | 110010 |
Color Harmonies of #B018E7
Complementary color
Monochromatic Colors of #B018E7
Black with #B018E7
Text Example
Text Example
White with #B018E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B018E7; }
p { color: rgb(176,24,231); }
H1.HeaderClassName
{
color: #B018E7;
}
.AnyTagClassName
{
color: #B018E7;
}
</style>
background-color css
<style>
a { background-color: #B018E7; }
a { background-color: rgb(176,24,231); }
div.DivClassName
{
background-color: #B018E7;
}
.BgClassName
{
background-color: #B018E7;
}
</style>
border-color css
<style>
span { border-color: #B018E7; }
span { border-color: rgb(176,24,231); }
td.TdClassName
{
border-color: #B018E7;
}
.TagClassName
{
border-color: #B018E7;
}
</style>