Shades of Electric Purple #BA0BEC
Tints of Electric Purple #BA0BEC
RGB
CMYK
RGB Variations
Color information
#BA0BEC (or 0xBA0BEC) is known color: Electric Purple. HEX triplet: BA, 0B and EC. RGB value is (186,11,236). Sum of RGB (Red+Green+Blue) = 186+11+236=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA0BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BEC is #45F413. Grayscale: #585858. Windows color (decimal): -4584468 or 15469498. OLE color: 15469498.
HSL color Cylindrical-coordinate representation of color #BA0BEC: hue angle of 286.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BEC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 11 | 236 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.07 |
| HSL | 286.67º | 0.91% | 0.48% | - |
| HSV(B) | 286.67º | 0.95% | 0.93% | - |
| XYZ | 35.51 | 16.73 | 80.72 | - |
| YUV | 88.98 | 210.98 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 236 | 0.21 | 0.95 | 0 | 0.07 | 286.67 | 0.91 | 0.48 |
| Hex | BA | B | EC | 15 | 5F | 0 | 7 | 11F | 5B | 30 |
| Octal | 272 | 13 | 354 | 25 | 137 | 0 | 7 | 437 | 133 | 60 |
| Binary | 10111010 | 1011 | 11101100 | 10101 | 1011111 | 0 | 111 | 100011111 | 1011011 | 110000 |
Color Harmonies of #BA0BEC
Complementary color
Monochromatic Colors of #BA0BEC
Black with #BA0BEC
Text Example
Text Example
White with #BA0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BEC; }
p { color: rgb(186,11,236); }
H1.HeaderClassName
{
color: #BA0BEC;
}
.AnyTagClassName
{
color: #BA0BEC;
}
</style>
background-color css
<style>
a { background-color: #BA0BEC; }
a { background-color: rgb(186,11,236); }
div.DivClassName
{
background-color: #BA0BEC;
}
.BgClassName
{
background-color: #BA0BEC;
}
</style>
border-color css
<style>
span { border-color: #BA0BEC; }
span { border-color: rgb(186,11,236); }
td.TdClassName
{
border-color: #BA0BEC;
}
.TagClassName
{
border-color: #BA0BEC;
}
</style>