Shades of Electric Purple #BA07E9
Tints of Electric Purple #BA07E9
RGB
CMYK
RGB Variations
Color information
#BA07E9 (or 0xBA07E9) is known color: Electric Purple. HEX triplet: BA, 07 and E9. RGB value is (186,7,233). Sum of RGB (Red+Green+Blue) = 186+7+233=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA07E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA07E9 is #45F816. Grayscale: #555555. Windows color (decimal): -4585495 or 15271866. OLE color: 15271866.
HSL color Cylindrical-coordinate representation of color #BA07E9: hue angle of 287.52º degrees, saturation: 0.94, 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 #BA07E9 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 7 | 233 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.09 |
| HSL | 287.52º | 0.94% | 0.47% | - |
| HSV(B) | 287.52º | 0.97% | 0.91% | - |
| XYZ | 35.03 | 16.47 | 78.42 | - |
| YUV | 86.29 | 210.8 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 233 | 0.20 | 0.97 | 0 | 0.09 | 287.52 | 0.94 | 0.47 |
| Hex | BA | 7 | E9 | 14 | 61 | 0 | 9 | 120 | 5E | 2F |
| Octal | 272 | 7 | 351 | 24 | 141 | 0 | 11 | 440 | 136 | 57 |
| Binary | 10111010 | 111 | 11101001 | 10100 | 1100001 | 0 | 1001 | 100100000 | 1011110 | 101111 |
Color Harmonies of #BA07E9
Complementary color
Monochromatic Colors of #BA07E9
Black with #BA07E9
Text Example
Text Example
White with #BA07E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07E9; }
p { color: rgb(186,7,233); }
H1.HeaderClassName
{
color: #BA07E9;
}
.AnyTagClassName
{
color: #BA07E9;
}
</style>
background-color css
<style>
a { background-color: #BA07E9; }
a { background-color: rgb(186,7,233); }
div.DivClassName
{
background-color: #BA07E9;
}
.BgClassName
{
background-color: #BA07E9;
}
</style>
border-color css
<style>
span { border-color: #BA07E9; }
span { border-color: rgb(186,7,233); }
td.TdClassName
{
border-color: #BA07E9;
}
.TagClassName
{
border-color: #BA07E9;
}
</style>