Shades of Electric Purple #BA0CE5
Tints of Electric Purple #BA0CE5
RGB
CMYK
RGB Variations
Color information
#BA0CE5 (or 0xBA0CE5) is known color: Electric Purple. HEX triplet: BA, 0C and E5. RGB value is (186,12,229). Sum of RGB (Red+Green+Blue) = 186+12+229=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA0CE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CE5 is #45F31A. Grayscale: #585858. Windows color (decimal): -4584219 or 15011002. OLE color: 15011002.
HSL color Cylindrical-coordinate representation of color #BA0CE5: hue angle of 288.11º degrees, saturation: 0.9, 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 #BA0CE5 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 12 | 229 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.10 |
| HSL | 288.11º | 0.9% | 0.47% | - |
| HSV(B) | 288.11º | 0.95% | 0.9% | - |
| XYZ | 34.52 | 16.36 | 75.47 | - |
| YUV | 88.76 | 207.15 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 229 | 0.19 | 0.95 | 0 | 0.10 | 288.11 | 0.9 | 0.47 |
| Hex | BA | C | E5 | 13 | 5F | 0 | A | 120 | 5A | 2F |
| Octal | 272 | 14 | 345 | 23 | 137 | 0 | 12 | 440 | 132 | 57 |
| Binary | 10111010 | 1100 | 11100101 | 10011 | 1011111 | 0 | 1010 | 100100000 | 1011010 | 101111 |
Color Harmonies of #BA0CE5
Complementary color
Monochromatic Colors of #BA0CE5
Black with #BA0CE5
Text Example
Text Example
White with #BA0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CE5; }
p { color: rgb(186,12,229); }
H1.HeaderClassName
{
color: #BA0CE5;
}
.AnyTagClassName
{
color: #BA0CE5;
}
</style>
background-color css
<style>
a { background-color: #BA0CE5; }
a { background-color: rgb(186,12,229); }
div.DivClassName
{
background-color: #BA0CE5;
}
.BgClassName
{
background-color: #BA0CE5;
}
</style>
border-color css
<style>
span { border-color: #BA0CE5; }
span { border-color: rgb(186,12,229); }
td.TdClassName
{
border-color: #BA0CE5;
}
.TagClassName
{
border-color: #BA0CE5;
}
</style>