Shades of Electric Purple #BA12F8
Tints of Electric Purple #BA12F8
RGB
CMYK
RGB Variations
Color information
#BA12F8 (or 0xBA12F8) is known color: Electric Purple. HEX triplet: BA, 12 and F8. RGB value is (186,18,248). Sum of RGB (Red+Green+Blue) = 186+18+248=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA12F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12F8 is #45ED07. Grayscale: #5D5D5D. Windows color (decimal): -4582664 or 16257722. OLE color: 16257722.
HSL color Cylindrical-coordinate representation of color #BA12F8: hue angle of 283.83º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA12F8 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 18 | 248 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.03 |
| HSL | 283.83º | 0.94% | 0.52% | - |
| HSV(B) | 283.83º | 0.93% | 0.97% | - |
| XYZ | 37.41 | 17.65 | 90.24 | - |
| YUV | 94.45 | 214.66 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 248 | 0.25 | 0.93 | 0 | 0.03 | 283.83 | 0.94 | 0.52 |
| Hex | BA | 12 | F8 | 19 | 5D | 0 | 3 | 11C | 5E | 34 |
| Octal | 272 | 22 | 370 | 31 | 135 | 0 | 3 | 434 | 136 | 64 |
| Binary | 10111010 | 10010 | 11111000 | 11001 | 1011101 | 0 | 11 | 100011100 | 1011110 | 110100 |
Color Harmonies of #BA12F8
Complementary color
Monochromatic Colors of #BA12F8
Black with #BA12F8
Text Example
Text Example
White with #BA12F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12F8; }
p { color: rgb(186,18,248); }
H1.HeaderClassName
{
color: #BA12F8;
}
.AnyTagClassName
{
color: #BA12F8;
}
</style>
background-color css
<style>
a { background-color: #BA12F8; }
a { background-color: rgb(186,18,248); }
div.DivClassName
{
background-color: #BA12F8;
}
.BgClassName
{
background-color: #BA12F8;
}
</style>
border-color css
<style>
span { border-color: #BA12F8; }
span { border-color: rgb(186,18,248); }
td.TdClassName
{
border-color: #BA12F8;
}
.TagClassName
{
border-color: #BA12F8;
}
</style>