Shades of Electric Purple #BA12EC
Tints of Electric Purple #BA12EC
RGB
CMYK
RGB Variations
Color information
#BA12EC (or 0xBA12EC) is known color: Electric Purple. HEX triplet: BA, 12 and EC. RGB value is (186,18,236). Sum of RGB (Red+Green+Blue) = 186+18+236=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA12EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12EC is #45ED13. Grayscale: #5C5C5C. Windows color (decimal): -4582676 or 15471290. OLE color: 15471290.
HSL color Cylindrical-coordinate representation of color #BA12EC: hue angle of 286.24º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA12EC is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 18 | 236 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.07 |
| HSL | 286.24º | 0.86% | 0.5% | - |
| HSV(B) | 286.24º | 0.92% | 0.93% | - |
| XYZ | 35.61 | 16.93 | 80.75 | - |
| YUV | 93.08 | 208.66 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 236 | 0.21 | 0.92 | 0 | 0.07 | 286.24 | 0.86 | 0.5 |
| Hex | BA | 12 | EC | 15 | 5C | 0 | 7 | 11E | 56 | 32 |
| Octal | 272 | 22 | 354 | 25 | 134 | 0 | 7 | 436 | 126 | 62 |
| Binary | 10111010 | 10010 | 11101100 | 10101 | 1011100 | 0 | 111 | 100011110 | 1010110 | 110010 |
Color Harmonies of #BA12EC
Complementary color
Monochromatic Colors of #BA12EC
Black with #BA12EC
Text Example
Text Example
White with #BA12EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12EC; }
p { color: rgb(186,18,236); }
H1.HeaderClassName
{
color: #BA12EC;
}
.AnyTagClassName
{
color: #BA12EC;
}
</style>
background-color css
<style>
a { background-color: #BA12EC; }
a { background-color: rgb(186,18,236); }
div.DivClassName
{
background-color: #BA12EC;
}
.BgClassName
{
background-color: #BA12EC;
}
</style>
border-color css
<style>
span { border-color: #BA12EC; }
span { border-color: rgb(186,18,236); }
td.TdClassName
{
border-color: #BA12EC;
}
.TagClassName
{
border-color: #BA12EC;
}
</style>