Shades of Electric Purple #BA08E9
Tints of Electric Purple #BA08E9
RGB
CMYK
RGB Variations
Color information
#BA08E9 (or 0xBA08E9) is known color: Electric Purple. HEX triplet: BA, 08 and E9. RGB value is (186,8,233). Sum of RGB (Red+Green+Blue) = 186+8+233=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA08E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA08E9 is #45F716. Grayscale: #565656. Windows color (decimal): -4585239 or 15272122. OLE color: 15272122.
HSL color Cylindrical-coordinate representation of color #BA08E9: hue angle of 287.47º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA08E9 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 8 | 233 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.09 |
| HSL | 287.47º | 0.93% | 0.47% | - |
| HSV(B) | 287.47º | 0.97% | 0.91% | - |
| XYZ | 35.04 | 16.5 | 78.43 | - |
| YUV | 86.87 | 210.47 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 233 | 0.20 | 0.97 | 0 | 0.09 | 287.47 | 0.93 | 0.47 |
| Hex | BA | 8 | E9 | 14 | 61 | 0 | 9 | 11F | 5D | 2F |
| Octal | 272 | 10 | 351 | 24 | 141 | 0 | 11 | 437 | 135 | 57 |
| Binary | 10111010 | 1000 | 11101001 | 10100 | 1100001 | 0 | 1001 | 100011111 | 1011101 | 101111 |
Color Harmonies of #BA08E9
Complementary color
Monochromatic Colors of #BA08E9
Black with #BA08E9
Text Example
Text Example
White with #BA08E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08E9; }
p { color: rgb(186,8,233); }
H1.HeaderClassName
{
color: #BA08E9;
}
.AnyTagClassName
{
color: #BA08E9;
}
</style>
background-color css
<style>
a { background-color: #BA08E9; }
a { background-color: rgb(186,8,233); }
div.DivClassName
{
background-color: #BA08E9;
}
.BgClassName
{
background-color: #BA08E9;
}
</style>
border-color css
<style>
span { border-color: #BA08E9; }
span { border-color: rgb(186,8,233); }
td.TdClassName
{
border-color: #BA08E9;
}
.TagClassName
{
border-color: #BA08E9;
}
</style>