Shades of Electric Purple #BA0CE9
Tints of Electric Purple #BA0CE9
RGB
CMYK
RGB Variations
Color information
#BA0CE9 (or 0xBA0CE9) is known color: Electric Purple. HEX triplet: BA, 0C and E9. RGB value is (186,12,233). Sum of RGB (Red+Green+Blue) = 186+12+233=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 233 (91.41% from 255 or 54.06% from 431); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA0CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0CE9 is #45F316. Grayscale: #585858. Windows color (decimal): -4584215 or 15273146. OLE color: 15273146.
HSL color Cylindrical-coordinate representation of color #BA0CE9: hue angle of 287.24º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0CE9 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 12 | 233 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.09 |
| HSL | 287.24º | 0.9% | 0.48% | - |
| HSV(B) | 287.24º | 0.95% | 0.91% | - |
| XYZ | 35.09 | 16.59 | 78.44 | - |
| YUV | 89.22 | 209.15 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 233 | 0.20 | 0.95 | 0 | 0.09 | 287.24 | 0.9 | 0.48 |
| Hex | BA | C | E9 | 14 | 5F | 0 | 9 | 11F | 5A | 30 |
| Octal | 272 | 14 | 351 | 24 | 137 | 0 | 11 | 437 | 132 | 60 |
| Binary | 10111010 | 1100 | 11101001 | 10100 | 1011111 | 0 | 1001 | 100011111 | 1011010 | 110000 |
Color Harmonies of #BA0CE9
Complementary color
Monochromatic Colors of #BA0CE9
Black with #BA0CE9
Text Example
Text Example
White with #BA0CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CE9; }
p { color: rgb(186,12,233); }
H1.HeaderClassName
{
color: #BA0CE9;
}
.AnyTagClassName
{
color: #BA0CE9;
}
</style>
background-color css
<style>
a { background-color: #BA0CE9; }
a { background-color: rgb(186,12,233); }
div.DivClassName
{
background-color: #BA0CE9;
}
.BgClassName
{
background-color: #BA0CE9;
}
</style>
border-color css
<style>
span { border-color: #BA0CE9; }
span { border-color: rgb(186,12,233); }
td.TdClassName
{
border-color: #BA0CE9;
}
.TagClassName
{
border-color: #BA0CE9;
}
</style>