Shades of Electric Purple #BA12FF
Tints of Electric Purple #BA12FF
RGB
CMYK
RGB Variations
Color information
#BA12FF (or 0xBA12FF) is known color: Electric Purple. HEX triplet: BA, 12 and FF. RGB value is (186,18,255). Sum of RGB (Red+Green+Blue) = 186+18+255=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12FF is #45ED00. Grayscale: #5E5E5E. Windows color (decimal): -4582657 or 16716474. OLE color: 16716474.
HSL color Cylindrical-coordinate representation of color #BA12FF: hue angle of 282.53º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA12FF is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 18 | 255 | - |
| CMYK | 0.27 | 0.93 | 0 | 0 |
| HSL | 282.53º | 1% | 0.54% | - |
| HSV(B) | 282.53º | 0.93% | 1% | - |
| XYZ | 38.52 | 18.09 | 96.07 | - |
| YUV | 95.25 | 218.16 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 255 | 0.27 | 0.93 | 0 | 0 | 282.53 | 1 | 0.54 |
| Hex | BA | 12 | FF | 1B | 5D | 0 | 0 | 11B | 64 | 36 |
| Octal | 272 | 22 | 377 | 33 | 135 | 0 | 0 | 433 | 144 | 66 |
| Binary | 10111010 | 10010 | 11111111 | 11011 | 1011101 | 0 | 0 | 100011011 | 1100100 | 110110 |
Color Harmonies of #BA12FF
Complementary color
Monochromatic Colors of #BA12FF
Black with #BA12FF
Text Example
Text Example
White with #BA12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12FF; }
p { color: rgb(186,18,255); }
H1.HeaderClassName
{
color: #BA12FF;
}
.AnyTagClassName
{
color: #BA12FF;
}
</style>
background-color css
<style>
a { background-color: #BA12FF; }
a { background-color: rgb(186,18,255); }
div.DivClassName
{
background-color: #BA12FF;
}
.BgClassName
{
background-color: #BA12FF;
}
</style>
border-color css
<style>
span { border-color: #BA12FF; }
span { border-color: rgb(186,18,255); }
td.TdClassName
{
border-color: #BA12FF;
}
.TagClassName
{
border-color: #BA12FF;
}
</style>