Shades of Electric Purple #BA14EF
Tints of Electric Purple #BA14EF
RGB
CMYK
RGB Variations
Color information
#BA14EF (or 0xBA14EF) is known color: Electric Purple. HEX triplet: BA, 14 and EF. RGB value is (186,20,239). Sum of RGB (Red+Green+Blue) = 186+20+239=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA14EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA14EF is #45EB10. Grayscale: #5D5D5D. Windows color (decimal): -4582161 or 15668410. OLE color: 15668410.
HSL color Cylindrical-coordinate representation of color #BA14EF: hue angle of 285.48º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA14EF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 20 | 239 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.06 |
| HSL | 285.48º | 0.87% | 0.51% | - |
| HSV(B) | 285.48º | 0.92% | 0.94% | - |
| XYZ | 36.08 | 17.17 | 83.07 | - |
| YUV | 94.6 | 209.5 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 239 | 0.22 | 0.92 | 0 | 0.06 | 285.48 | 0.87 | 0.51 |
| Hex | BA | 14 | EF | 16 | 5C | 0 | 6 | 11D | 57 | 33 |
| Octal | 272 | 24 | 357 | 26 | 134 | 0 | 6 | 435 | 127 | 63 |
| Binary | 10111010 | 10100 | 11101111 | 10110 | 1011100 | 0 | 110 | 100011101 | 1010111 | 110011 |
Color Harmonies of #BA14EF
Complementary color
Monochromatic Colors of #BA14EF
Black with #BA14EF
Text Example
Text Example
White with #BA14EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14EF; }
p { color: rgb(186,20,239); }
H1.HeaderClassName
{
color: #BA14EF;
}
.AnyTagClassName
{
color: #BA14EF;
}
</style>
background-color css
<style>
a { background-color: #BA14EF; }
a { background-color: rgb(186,20,239); }
div.DivClassName
{
background-color: #BA14EF;
}
.BgClassName
{
background-color: #BA14EF;
}
</style>
border-color css
<style>
span { border-color: #BA14EF; }
span { border-color: rgb(186,20,239); }
td.TdClassName
{
border-color: #BA14EF;
}
.TagClassName
{
border-color: #BA14EF;
}
</style>