Shades of Electric Purple #BA18ED
Tints of Electric Purple #BA18ED
RGB
CMYK
RGB Variations
Color information
#BA18ED (or 0xBA18ED) is known color: Electric Purple. HEX triplet: BA, 18 and ED. RGB value is (186,24,237). Sum of RGB (Red+Green+Blue) = 186+24+237=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA18ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA18ED is #45E712. Grayscale: #606060. Windows color (decimal): -4581139 or 15538362. OLE color: 15538362.
HSL color Cylindrical-coordinate representation of color #BA18ED: hue angle of 285.63º 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 #BA18ED is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 24 | 237 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.07 |
| HSL | 285.63º | 0.86% | 0.51% | - |
| HSV(B) | 285.63º | 0.9% | 0.93% | - |
| XYZ | 35.86 | 17.21 | 81.55 | - |
| YUV | 96.72 | 207.17 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 237 | 0.22 | 0.90 | 0 | 0.07 | 285.63 | 0.86 | 0.51 |
| Hex | BA | 18 | ED | 16 | 5A | 0 | 7 | 11E | 56 | 33 |
| Octal | 272 | 30 | 355 | 26 | 132 | 0 | 7 | 436 | 126 | 63 |
| Binary | 10111010 | 11000 | 11101101 | 10110 | 1011010 | 0 | 111 | 100011110 | 1010110 | 110011 |
Color Harmonies of #BA18ED
Complementary color
Monochromatic Colors of #BA18ED
Black with #BA18ED
Text Example
Text Example
White with #BA18ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18ED; }
p { color: rgb(186,24,237); }
H1.HeaderClassName
{
color: #BA18ED;
}
.AnyTagClassName
{
color: #BA18ED;
}
</style>
background-color css
<style>
a { background-color: #BA18ED; }
a { background-color: rgb(186,24,237); }
div.DivClassName
{
background-color: #BA18ED;
}
.BgClassName
{
background-color: #BA18ED;
}
</style>
border-color css
<style>
span { border-color: #BA18ED; }
span { border-color: rgb(186,24,237); }
td.TdClassName
{
border-color: #BA18ED;
}
.TagClassName
{
border-color: #BA18ED;
}
</style>