Shades of Electric Purple #BA0BE8
Tints of Electric Purple #BA0BE8
RGB
CMYK
RGB Variations
Color information
#BA0BE8 (or 0xBA0BE8) is known color: Electric Purple. HEX triplet: BA, 0B and E8. RGB value is (186,11,232). Sum of RGB (Red+Green+Blue) = 186+11+232=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 232 (91.02% from 255 or 54.08% from 429); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA0BE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BE8 is #45F417. Grayscale: #575757. Windows color (decimal): -4584472 or 15207354. OLE color: 15207354.
HSL color Cylindrical-coordinate representation of color #BA0BE8: hue angle of 287.51º degrees, saturation: 0.91, 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 #BA0BE8 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 11 | 232 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.09 |
| HSL | 287.51º | 0.91% | 0.48% | - |
| HSV(B) | 287.51º | 0.95% | 0.91% | - |
| XYZ | 34.93 | 16.5 | 77.69 | - |
| YUV | 88.52 | 208.98 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 232 | 0.20 | 0.95 | 0 | 0.09 | 287.51 | 0.91 | 0.48 |
| Hex | BA | B | E8 | 14 | 5F | 0 | 9 | 120 | 5B | 30 |
| Octal | 272 | 13 | 350 | 24 | 137 | 0 | 11 | 440 | 133 | 60 |
| Binary | 10111010 | 1011 | 11101000 | 10100 | 1011111 | 0 | 1001 | 100100000 | 1011011 | 110000 |
Color Harmonies of #BA0BE8
Complementary color
Monochromatic Colors of #BA0BE8
Black with #BA0BE8
Text Example
Text Example
White with #BA0BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BE8; }
p { color: rgb(186,11,232); }
H1.HeaderClassName
{
color: #BA0BE8;
}
.AnyTagClassName
{
color: #BA0BE8;
}
</style>
background-color css
<style>
a { background-color: #BA0BE8; }
a { background-color: rgb(186,11,232); }
div.DivClassName
{
background-color: #BA0BE8;
}
.BgClassName
{
background-color: #BA0BE8;
}
</style>
border-color css
<style>
span { border-color: #BA0BE8; }
span { border-color: rgb(186,11,232); }
td.TdClassName
{
border-color: #BA0BE8;
}
.TagClassName
{
border-color: #BA0BE8;
}
</style>