Shades of Electric Purple #BA12FE
Tints of Electric Purple #BA12FE
RGB
CMYK
RGB Variations
Color information
#BA12FE (or 0xBA12FE) is known color: Electric Purple. HEX triplet: BA, 12 and FE. RGB value is (186,18,254). Sum of RGB (Red+Green+Blue) = 186+18+254=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA12FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12FE is #45ED01. Grayscale: #5E5E5E. Windows color (decimal): -4582658 or 16650938. OLE color: 16650938.
HSL color Cylindrical-coordinate representation of color #BA12FE: hue angle of 282.71º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA12FE is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 18 | 254 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.00 |
| HSL | 282.71º | 0.99% | 0.53% | - |
| HSV(B) | 282.71º | 0.93% | 1% | - |
| XYZ | 38.36 | 18.03 | 95.22 | - |
| YUV | 95.14 | 217.66 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 254 | 0.27 | 0.93 | 0 | 0.00 | 282.71 | 0.99 | 0.53 |
| Hex | BA | 12 | FE | 1B | 5D | 0 | 0 | 11B | 63 | 35 |
| Octal | 272 | 22 | 376 | 33 | 135 | 0 | 0 | 433 | 143 | 65 |
| Binary | 10111010 | 10010 | 11111110 | 11011 | 1011101 | 0 | 0 | 100011011 | 1100011 | 110101 |
Color Harmonies of #BA12FE
Complementary color
Monochromatic Colors of #BA12FE
Black with #BA12FE
Text Example
Text Example
White with #BA12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12FE; }
p { color: rgb(186,18,254); }
H1.HeaderClassName
{
color: #BA12FE;
}
.AnyTagClassName
{
color: #BA12FE;
}
</style>
background-color css
<style>
a { background-color: #BA12FE; }
a { background-color: rgb(186,18,254); }
div.DivClassName
{
background-color: #BA12FE;
}
.BgClassName
{
background-color: #BA12FE;
}
</style>
border-color css
<style>
span { border-color: #BA12FE; }
span { border-color: rgb(186,18,254); }
td.TdClassName
{
border-color: #BA12FE;
}
.TagClassName
{
border-color: #BA12FE;
}
</style>