Shades of Electric Purple #BA25FA
Tints of Electric Purple #BA25FA
RGB
CMYK
RGB Variations
Color information
#BA25FA (or 0xBA25FA) is known color: Electric Purple. HEX triplet: BA, 25 and FA. RGB value is (186,37,250). Sum of RGB (Red+Green+Blue) = 186+37+250=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA25FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA25FA is #45DA05. Grayscale: #696969. Windows color (decimal): -4577798 or 16393658. OLE color: 16393658.
HSL color Cylindrical-coordinate representation of color #BA25FA: hue angle of 281.97º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA25FA is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 37 | 250 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.02 |
| HSL | 281.97º | 0.96% | 0.56% | - |
| HSV(B) | 281.97º | 0.85% | 0.98% | - |
| XYZ | 38.17 | 18.66 | 92.03 | - |
| YUV | 105.83 | 209.36 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 250 | 0.26 | 0.85 | 0 | 0.02 | 281.97 | 0.96 | 0.56 |
| Hex | BA | 25 | FA | 1A | 55 | 0 | 2 | 11A | 60 | 38 |
| Octal | 272 | 45 | 372 | 32 | 125 | 0 | 2 | 432 | 140 | 70 |
| Binary | 10111010 | 100101 | 11111010 | 11010 | 1010101 | 0 | 10 | 100011010 | 1100000 | 111000 |
Color Harmonies of #BA25FA
Complementary color
Monochromatic Colors of #BA25FA
Black with #BA25FA
Text Example
Text Example
White with #BA25FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25FA; }
p { color: rgb(186,37,250); }
H1.HeaderClassName
{
color: #BA25FA;
}
.AnyTagClassName
{
color: #BA25FA;
}
</style>
background-color css
<style>
a { background-color: #BA25FA; }
a { background-color: rgb(186,37,250); }
div.DivClassName
{
background-color: #BA25FA;
}
.BgClassName
{
background-color: #BA25FA;
}
</style>
border-color css
<style>
span { border-color: #BA25FA; }
span { border-color: rgb(186,37,250); }
td.TdClassName
{
border-color: #BA25FA;
}
.TagClassName
{
border-color: #BA25FA;
}
</style>