Shades of Electric Purple #BA18EC
Tints of Electric Purple #BA18EC
RGB
CMYK
RGB Variations
Color information
#BA18EC (or 0xBA18EC) is known color: Electric Purple. HEX triplet: BA, 18 and EC. RGB value is (186,24,236). Sum of RGB (Red+Green+Blue) = 186+24+236=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA18EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA18EC is #45E713. Grayscale: #5F5F5F. Windows color (decimal): -4581140 or 15472826. OLE color: 15472826.
HSL color Cylindrical-coordinate representation of color #BA18EC: hue angle of 285.85º 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 #BA18EC is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 24 | 236 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.07 |
| HSL | 285.85º | 0.85% | 0.51% | - |
| HSV(B) | 285.85º | 0.9% | 0.93% | - |
| XYZ | 35.72 | 17.15 | 80.78 | - |
| YUV | 96.61 | 206.67 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 236 | 0.21 | 0.90 | 0 | 0.07 | 285.85 | 0.85 | 0.51 |
| Hex | BA | 18 | EC | 15 | 5A | 0 | 7 | 11E | 55 | 33 |
| Octal | 272 | 30 | 354 | 25 | 132 | 0 | 7 | 436 | 125 | 63 |
| Binary | 10111010 | 11000 | 11101100 | 10101 | 1011010 | 0 | 111 | 100011110 | 1010101 | 110011 |
Color Harmonies of #BA18EC
Complementary color
Monochromatic Colors of #BA18EC
Black with #BA18EC
Text Example
Text Example
White with #BA18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18EC; }
p { color: rgb(186,24,236); }
H1.HeaderClassName
{
color: #BA18EC;
}
.AnyTagClassName
{
color: #BA18EC;
}
</style>
background-color css
<style>
a { background-color: #BA18EC; }
a { background-color: rgb(186,24,236); }
div.DivClassName
{
background-color: #BA18EC;
}
.BgClassName
{
background-color: #BA18EC;
}
</style>
border-color css
<style>
span { border-color: #BA18EC; }
span { border-color: rgb(186,24,236); }
td.TdClassName
{
border-color: #BA18EC;
}
.TagClassName
{
border-color: #BA18EC;
}
</style>