Shades of Electric Purple #BA25E8
Tints of Electric Purple #BA25E8
RGB
CMYK
RGB Variations
Color information
#BA25E8 (or 0xBA25E8) is known color: Electric Purple. HEX triplet: BA, 25 and E8. RGB value is (186,37,232). Sum of RGB (Red+Green+Blue) = 186+37+232=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA25E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA25E8 is #45DA17. Grayscale: #676767. Windows color (decimal): -4577816 or 15214010. OLE color: 15214010.
HSL color Cylindrical-coordinate representation of color #BA25E8: hue angle of 285.85º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA25E8 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 37 | 232 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.09 |
| HSL | 285.85º | 0.81% | 0.53% | - |
| HSV(B) | 285.85º | 0.84% | 0.91% | - |
| XYZ | 35.48 | 17.59 | 77.87 | - |
| YUV | 103.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 232 | 0.20 | 0.84 | 0 | 0.09 | 285.85 | 0.81 | 0.53 |
| Hex | BA | 25 | E8 | 14 | 54 | 0 | 9 | 11E | 51 | 35 |
| Octal | 272 | 45 | 350 | 24 | 124 | 0 | 11 | 436 | 121 | 65 |
| Binary | 10111010 | 100101 | 11101000 | 10100 | 1010100 | 0 | 1001 | 100011110 | 1010001 | 110101 |
Color Harmonies of #BA25E8
Complementary color
Monochromatic Colors of #BA25E8
Black with #BA25E8
Text Example
Text Example
White with #BA25E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25E8; }
p { color: rgb(186,37,232); }
H1.HeaderClassName
{
color: #BA25E8;
}
.AnyTagClassName
{
color: #BA25E8;
}
</style>
background-color css
<style>
a { background-color: #BA25E8; }
a { background-color: rgb(186,37,232); }
div.DivClassName
{
background-color: #BA25E8;
}
.BgClassName
{
background-color: #BA25E8;
}
</style>
border-color css
<style>
span { border-color: #BA25E8; }
span { border-color: rgb(186,37,232); }
td.TdClassName
{
border-color: #BA25E8;
}
.TagClassName
{
border-color: #BA25E8;
}
</style>