Shades of Electric Purple #BA24FA
Tints of Electric Purple #BA24FA
RGB
CMYK
RGB Variations
Color information
#BA24FA (or 0xBA24FA) is known color: Electric Purple. HEX triplet: BA, 24 and FA. RGB value is (186,36,250). Sum of RGB (Red+Green+Blue) = 186+36+250=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA24FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA24FA is #45DB05. Grayscale: #686868. Windows color (decimal): -4578054 or 16393402. OLE color: 16393402.
HSL color Cylindrical-coordinate representation of color #BA24FA: hue angle of 282.06º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA24FA is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 36 | 250 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.02 |
| HSL | 282.06º | 0.96% | 0.56% | - |
| HSV(B) | 282.06º | 0.86% | 0.98% | - |
| XYZ | 38.14 | 18.6 | 92.02 | - |
| YUV | 105.25 | 209.7 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 250 | 0.26 | 0.86 | 0 | 0.02 | 282.06 | 0.96 | 0.56 |
| Hex | BA | 24 | FA | 1A | 56 | 0 | 2 | 11A | 60 | 38 |
| Octal | 272 | 44 | 372 | 32 | 126 | 0 | 2 | 432 | 140 | 70 |
| Binary | 10111010 | 100100 | 11111010 | 11010 | 1010110 | 0 | 10 | 100011010 | 1100000 | 111000 |
Color Harmonies of #BA24FA
Complementary color
Monochromatic Colors of #BA24FA
Black with #BA24FA
Text Example
Text Example
White with #BA24FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24FA; }
p { color: rgb(186,36,250); }
H1.HeaderClassName
{
color: #BA24FA;
}
.AnyTagClassName
{
color: #BA24FA;
}
</style>
background-color css
<style>
a { background-color: #BA24FA; }
a { background-color: rgb(186,36,250); }
div.DivClassName
{
background-color: #BA24FA;
}
.BgClassName
{
background-color: #BA24FA;
}
</style>
border-color css
<style>
span { border-color: #BA24FA; }
span { border-color: rgb(186,36,250); }
td.TdClassName
{
border-color: #BA24FA;
}
.TagClassName
{
border-color: #BA24FA;
}
</style>