Shades of Electric Purple #BA0BE5
Tints of Electric Purple #BA0BE5
RGB
CMYK
RGB Variations
Color information
#BA0BE5 (or 0xBA0BE5) is known color: Electric Purple. HEX triplet: BA, 0B and E5. RGB value is (186,11,229). Sum of RGB (Red+Green+Blue) = 186+11+229=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA0BE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BE5 is #45F41A. Grayscale: #575757. Windows color (decimal): -4584475 or 15010746. OLE color: 15010746.
HSL color Cylindrical-coordinate representation of color #BA0BE5: hue angle of 288.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BE5 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 11 | 229 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.10 |
| HSL | 288.17º | 0.91% | 0.47% | - |
| HSV(B) | 288.17º | 0.95% | 0.9% | - |
| XYZ | 34.51 | 16.34 | 75.46 | - |
| YUV | 88.18 | 207.48 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 229 | 0.19 | 0.95 | 0 | 0.10 | 288.17 | 0.91 | 0.47 |
| Hex | BA | B | E5 | 13 | 5F | 0 | A | 120 | 5B | 2F |
| Octal | 272 | 13 | 345 | 23 | 137 | 0 | 12 | 440 | 133 | 57 |
| Binary | 10111010 | 1011 | 11100101 | 10011 | 1011111 | 0 | 1010 | 100100000 | 1011011 | 101111 |
Color Harmonies of #BA0BE5
Complementary color
Monochromatic Colors of #BA0BE5
Black with #BA0BE5
Text Example
Text Example
White with #BA0BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BE5; }
p { color: rgb(186,11,229); }
H1.HeaderClassName
{
color: #BA0BE5;
}
.AnyTagClassName
{
color: #BA0BE5;
}
</style>
background-color css
<style>
a { background-color: #BA0BE5; }
a { background-color: rgb(186,11,229); }
div.DivClassName
{
background-color: #BA0BE5;
}
.BgClassName
{
background-color: #BA0BE5;
}
</style>
border-color css
<style>
span { border-color: #BA0BE5; }
span { border-color: rgb(186,11,229); }
td.TdClassName
{
border-color: #BA0BE5;
}
.TagClassName
{
border-color: #BA0BE5;
}
</style>