Shades of Electric Purple #BA0BED
Tints of Electric Purple #BA0BED
RGB
CMYK
RGB Variations
Color information
#BA0BED (or 0xBA0BED) is known color: Electric Purple. HEX triplet: BA, 0B and ED. RGB value is (186,11,237). Sum of RGB (Red+Green+Blue) = 186+11+237=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA0BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BED is #45F412. Grayscale: #585858. Windows color (decimal): -4584467 or 15535034. OLE color: 15535034.
HSL color Cylindrical-coordinate representation of color #BA0BED: hue angle of 286.46º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BED is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 11 | 237 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.07 |
| HSL | 286.46º | 0.91% | 0.49% | - |
| HSV(B) | 286.46º | 0.95% | 0.93% | - |
| XYZ | 35.66 | 16.79 | 81.48 | - |
| YUV | 89.09 | 211.48 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 237 | 0.22 | 0.95 | 0 | 0.07 | 286.46 | 0.91 | 0.49 |
| Hex | BA | B | ED | 16 | 5F | 0 | 7 | 11E | 5B | 31 |
| Octal | 272 | 13 | 355 | 26 | 137 | 0 | 7 | 436 | 133 | 61 |
| Binary | 10111010 | 1011 | 11101101 | 10110 | 1011111 | 0 | 111 | 100011110 | 1011011 | 110001 |
Color Harmonies of #BA0BED
Complementary color
Monochromatic Colors of #BA0BED
Black with #BA0BED
Text Example
Text Example
White with #BA0BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BED; }
p { color: rgb(186,11,237); }
H1.HeaderClassName
{
color: #BA0BED;
}
.AnyTagClassName
{
color: #BA0BED;
}
</style>
background-color css
<style>
a { background-color: #BA0BED; }
a { background-color: rgb(186,11,237); }
div.DivClassName
{
background-color: #BA0BED;
}
.BgClassName
{
background-color: #BA0BED;
}
</style>
border-color css
<style>
span { border-color: #BA0BED; }
span { border-color: rgb(186,11,237); }
td.TdClassName
{
border-color: #BA0BED;
}
.TagClassName
{
border-color: #BA0BED;
}
</style>