Shades of Electric Purple #BA25E9
Tints of Electric Purple #BA25E9
RGB
CMYK
RGB Variations
Color information
#BA25E9 (or 0xBA25E9) is known color: Electric Purple. HEX triplet: BA, 25 and E9. RGB value is (186,37,233). Sum of RGB (Red+Green+Blue) = 186+37+233=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA25E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA25E9 is #45DA16. Grayscale: #676767. Windows color (decimal): -4577815 or 15279546. OLE color: 15279546.
HSL color Cylindrical-coordinate representation of color #BA25E9: hue angle of 285.61º degrees, saturation: 0.82, 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 #BA25E9 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 37 | 233 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.09 |
| HSL | 285.61º | 0.82% | 0.53% | - |
| HSV(B) | 285.61º | 0.84% | 0.91% | - |
| XYZ | 35.62 | 17.65 | 78.62 | - |
| YUV | 103.9 | 200.86 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 233 | 0.20 | 0.84 | 0 | 0.09 | 285.61 | 0.82 | 0.53 |
| Hex | BA | 25 | E9 | 14 | 54 | 0 | 9 | 11E | 52 | 35 |
| Octal | 272 | 45 | 351 | 24 | 124 | 0 | 11 | 436 | 122 | 65 |
| Binary | 10111010 | 100101 | 11101001 | 10100 | 1010100 | 0 | 1001 | 100011110 | 1010010 | 110101 |
Color Harmonies of #BA25E9
Complementary color
Monochromatic Colors of #BA25E9
Black with #BA25E9
Text Example
Text Example
White with #BA25E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25E9; }
p { color: rgb(186,37,233); }
H1.HeaderClassName
{
color: #BA25E9;
}
.AnyTagClassName
{
color: #BA25E9;
}
</style>
background-color css
<style>
a { background-color: #BA25E9; }
a { background-color: rgb(186,37,233); }
div.DivClassName
{
background-color: #BA25E9;
}
.BgClassName
{
background-color: #BA25E9;
}
</style>
border-color css
<style>
span { border-color: #BA25E9; }
span { border-color: rgb(186,37,233); }
td.TdClassName
{
border-color: #BA25E9;
}
.TagClassName
{
border-color: #BA25E9;
}
</style>