Shades of Electric Purple #BA0BEB
Tints of Electric Purple #BA0BEB
RGB
CMYK
RGB Variations
Color information
#BA0BEB (or 0xBA0BEB) is known color: Electric Purple. HEX triplet: BA, 0B and EB. RGB value is (186,11,235). Sum of RGB (Red+Green+Blue) = 186+11+235=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA0BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BEB is #45F414. Grayscale: #585858. Windows color (decimal): -4584469 or 15403962. OLE color: 15403962.
HSL color Cylindrical-coordinate representation of color #BA0BEB: hue angle of 286.88º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BEB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 11 | 235 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.08 |
| HSL | 286.88º | 0.91% | 0.48% | - |
| HSV(B) | 286.88º | 0.95% | 0.92% | - |
| XYZ | 35.36 | 16.68 | 79.95 | - |
| YUV | 88.86 | 210.48 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 235 | 0.21 | 0.95 | 0 | 0.08 | 286.88 | 0.91 | 0.48 |
| Hex | BA | B | EB | 15 | 5F | 0 | 8 | 11F | 5B | 30 |
| Octal | 272 | 13 | 353 | 25 | 137 | 0 | 10 | 437 | 133 | 60 |
| Binary | 10111010 | 1011 | 11101011 | 10101 | 1011111 | 0 | 1000 | 100011111 | 1011011 | 110000 |
Color Harmonies of #BA0BEB
Complementary color
Monochromatic Colors of #BA0BEB
Black with #BA0BEB
Text Example
Text Example
White with #BA0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BEB; }
p { color: rgb(186,11,235); }
H1.HeaderClassName
{
color: #BA0BEB;
}
.AnyTagClassName
{
color: #BA0BEB;
}
</style>
background-color css
<style>
a { background-color: #BA0BEB; }
a { background-color: rgb(186,11,235); }
div.DivClassName
{
background-color: #BA0BEB;
}
.BgClassName
{
background-color: #BA0BEB;
}
</style>
border-color css
<style>
span { border-color: #BA0BEB; }
span { border-color: rgb(186,11,235); }
td.TdClassName
{
border-color: #BA0BEB;
}
.TagClassName
{
border-color: #BA0BEB;
}
</style>