Shades of Electric Purple #BA12EF
Tints of Electric Purple #BA12EF
RGB
CMYK
RGB Variations
Color information
#BA12EF (or 0xBA12EF) is known color: Electric Purple. HEX triplet: BA, 12 and EF. RGB value is (186,18,239). Sum of RGB (Red+Green+Blue) = 186+18+239=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA12EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12EF is #45ED10. Grayscale: #5C5C5C. Windows color (decimal): -4582673 or 15667898. OLE color: 15667898.
HSL color Cylindrical-coordinate representation of color #BA12EF: hue angle of 285.61º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA12EF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 18 | 239 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.06 |
| HSL | 285.61º | 0.87% | 0.5% | - |
| HSV(B) | 285.61º | 0.92% | 0.94% | - |
| XYZ | 36.05 | 17.1 | 83.06 | - |
| YUV | 93.43 | 210.16 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 239 | 0.22 | 0.92 | 0 | 0.06 | 285.61 | 0.87 | 0.5 |
| Hex | BA | 12 | EF | 16 | 5C | 0 | 6 | 11E | 57 | 32 |
| Octal | 272 | 22 | 357 | 26 | 134 | 0 | 6 | 436 | 127 | 62 |
| Binary | 10111010 | 10010 | 11101111 | 10110 | 1011100 | 0 | 110 | 100011110 | 1010111 | 110010 |
Color Harmonies of #BA12EF
Complementary color
Monochromatic Colors of #BA12EF
Black with #BA12EF
Text Example
Text Example
White with #BA12EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12EF; }
p { color: rgb(186,18,239); }
H1.HeaderClassName
{
color: #BA12EF;
}
.AnyTagClassName
{
color: #BA12EF;
}
</style>
background-color css
<style>
a { background-color: #BA12EF; }
a { background-color: rgb(186,18,239); }
div.DivClassName
{
background-color: #BA12EF;
}
.BgClassName
{
background-color: #BA12EF;
}
</style>
border-color css
<style>
span { border-color: #BA12EF; }
span { border-color: rgb(186,18,239); }
td.TdClassName
{
border-color: #BA12EF;
}
.TagClassName
{
border-color: #BA12EF;
}
</style>