Shades of Electric Purple #BA24FB
Tints of Electric Purple #BA24FB
RGB
CMYK
RGB Variations
Color information
#BA24FB (or 0xBA24FB) is known color: Electric Purple. HEX triplet: BA, 24 and FB. RGB value is (186,36,251). Sum of RGB (Red+Green+Blue) = 186+36+251=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA24FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA24FB is #45DB04. Grayscale: #686868. Windows color (decimal): -4578053 or 16458938. OLE color: 16458938.
HSL color Cylindrical-coordinate representation of color #BA24FB: hue angle of 281.86º 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 #BA24FB is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 36 | 251 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.02 |
| HSL | 281.86º | 0.96% | 0.56% | - |
| HSV(B) | 281.86º | 0.86% | 0.98% | - |
| XYZ | 38.29 | 18.67 | 92.85 | - |
| YUV | 105.36 | 210.2 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 251 | 0.26 | 0.86 | 0 | 0.02 | 281.86 | 0.96 | 0.56 |
| Hex | BA | 24 | FB | 1A | 56 | 0 | 2 | 11A | 60 | 38 |
| Octal | 272 | 44 | 373 | 32 | 126 | 0 | 2 | 432 | 140 | 70 |
| Binary | 10111010 | 100100 | 11111011 | 11010 | 1010110 | 0 | 10 | 100011010 | 1100000 | 111000 |
Color Harmonies of #BA24FB
Complementary color
Monochromatic Colors of #BA24FB
Black with #BA24FB
Text Example
Text Example
White with #BA24FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24FB; }
p { color: rgb(186,36,251); }
H1.HeaderClassName
{
color: #BA24FB;
}
.AnyTagClassName
{
color: #BA24FB;
}
</style>
background-color css
<style>
a { background-color: #BA24FB; }
a { background-color: rgb(186,36,251); }
div.DivClassName
{
background-color: #BA24FB;
}
.BgClassName
{
background-color: #BA24FB;
}
</style>
border-color css
<style>
span { border-color: #BA24FB; }
span { border-color: rgb(186,36,251); }
td.TdClassName
{
border-color: #BA24FB;
}
.TagClassName
{
border-color: #BA24FB;
}
</style>