Shades of Electric Purple #BA05E9
Tints of Electric Purple #BA05E9
RGB
CMYK
RGB Variations
Color information
#BA05E9 (or 0xBA05E9) is known color: Electric Purple. HEX triplet: BA, 05 and E9. RGB value is (186,5,233). Sum of RGB (Red+Green+Blue) = 186+5+233=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA05E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05E9 is #45FA16. Grayscale: #545454. Windows color (decimal): -4586007 or 15271354. OLE color: 15271354.
HSL color Cylindrical-coordinate representation of color #BA05E9: hue angle of 287.63º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05E9 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 5 | 233 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.09 |
| HSL | 287.63º | 0.96% | 0.47% | - |
| HSV(B) | 287.63º | 0.98% | 0.91% | - |
| XYZ | 35.01 | 16.43 | 78.42 | - |
| YUV | 85.11 | 211.47 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 233 | 0.20 | 0.98 | 0 | 0.09 | 287.63 | 0.96 | 0.47 |
| Hex | BA | 5 | E9 | 14 | 62 | 0 | 9 | 120 | 60 | 2F |
| Octal | 272 | 5 | 351 | 24 | 142 | 0 | 11 | 440 | 140 | 57 |
| Binary | 10111010 | 101 | 11101001 | 10100 | 1100010 | 0 | 1001 | 100100000 | 1100000 | 101111 |
Color Harmonies of #BA05E9
Complementary color
Monochromatic Colors of #BA05E9
Black with #BA05E9
Text Example
Text Example
White with #BA05E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05E9; }
p { color: rgb(186,5,233); }
H1.HeaderClassName
{
color: #BA05E9;
}
.AnyTagClassName
{
color: #BA05E9;
}
</style>
background-color css
<style>
a { background-color: #BA05E9; }
a { background-color: rgb(186,5,233); }
div.DivClassName
{
background-color: #BA05E9;
}
.BgClassName
{
background-color: #BA05E9;
}
</style>
border-color css
<style>
span { border-color: #BA05E9; }
span { border-color: rgb(186,5,233); }
td.TdClassName
{
border-color: #BA05E9;
}
.TagClassName
{
border-color: #BA05E9;
}
</style>