Shades of Electric Purple #BA24FF
Tints of Electric Purple #BA24FF
RGB
CMYK
RGB Variations
Color information
#BA24FF (or 0xBA24FF) is known color: Electric Purple. HEX triplet: BA, 24 and FF. RGB value is (186,36,255). Sum of RGB (Red+Green+Blue) = 186+36+255=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA24FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA24FF is #45DB00. Grayscale: #696969. Windows color (decimal): -4578049 or 16721082. OLE color: 16721082.
HSL color Cylindrical-coordinate representation of color #BA24FF: hue angle of 281.1º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA24FF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 36 | 255 | - |
| CMYK | 0.27 | 0.86 | 0 | 0 |
| HSL | 281.1º | 1% | 0.57% | - |
| HSV(B) | 281.1º | 0.86% | 1% | - |
| XYZ | 38.93 | 18.92 | 96.21 | - |
| YUV | 105.82 | 212.2 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 255 | 0.27 | 0.86 | 0 | 0 | 281.1 | 1 | 0.57 |
| Hex | BA | 24 | FF | 1B | 56 | 0 | 0 | 119 | 64 | 39 |
| Octal | 272 | 44 | 377 | 33 | 126 | 0 | 0 | 431 | 144 | 71 |
| Binary | 10111010 | 100100 | 11111111 | 11011 | 1010110 | 0 | 0 | 100011001 | 1100100 | 111001 |
Color Harmonies of #BA24FF
Complementary color
Monochromatic Colors of #BA24FF
Black with #BA24FF
Text Example
Text Example
White with #BA24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24FF; }
p { color: rgb(186,36,255); }
H1.HeaderClassName
{
color: #BA24FF;
}
.AnyTagClassName
{
color: #BA24FF;
}
</style>
background-color css
<style>
a { background-color: #BA24FF; }
a { background-color: rgb(186,36,255); }
div.DivClassName
{
background-color: #BA24FF;
}
.BgClassName
{
background-color: #BA24FF;
}
</style>
border-color css
<style>
span { border-color: #BA24FF; }
span { border-color: rgb(186,36,255); }
td.TdClassName
{
border-color: #BA24FF;
}
.TagClassName
{
border-color: #BA24FF;
}
</style>