Shades of Electric Purple #BA0DEC
Tints of Electric Purple #BA0DEC
RGB
CMYK
RGB Variations
Color information
#BA0DEC (or 0xBA0DEC) is known color: Electric Purple. HEX triplet: BA, 0D and EC. RGB value is (186,13,236). Sum of RGB (Red+Green+Blue) = 186+13+236=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA0DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0DEC is #45F213. Grayscale: #595959. Windows color (decimal): -4583956 or 15470010. OLE color: 15470010.
HSL color Cylindrical-coordinate representation of color #BA0DEC: hue angle of 286.55º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0DEC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 13 | 236 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.07 |
| HSL | 286.55º | 0.9% | 0.49% | - |
| HSV(B) | 286.55º | 0.94% | 0.93% | - |
| XYZ | 35.53 | 16.78 | 80.72 | - |
| YUV | 90.15 | 210.31 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 236 | 0.21 | 0.94 | 0 | 0.07 | 286.55 | 0.9 | 0.49 |
| Hex | BA | D | EC | 15 | 5E | 0 | 7 | 11F | 5A | 31 |
| Octal | 272 | 15 | 354 | 25 | 136 | 0 | 7 | 437 | 132 | 61 |
| Binary | 10111010 | 1101 | 11101100 | 10101 | 1011110 | 0 | 111 | 100011111 | 1011010 | 110001 |
Color Harmonies of #BA0DEC
Complementary color
Monochromatic Colors of #BA0DEC
Black with #BA0DEC
Text Example
Text Example
White with #BA0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DEC; }
p { color: rgb(186,13,236); }
H1.HeaderClassName
{
color: #BA0DEC;
}
.AnyTagClassName
{
color: #BA0DEC;
}
</style>
background-color css
<style>
a { background-color: #BA0DEC; }
a { background-color: rgb(186,13,236); }
div.DivClassName
{
background-color: #BA0DEC;
}
.BgClassName
{
background-color: #BA0DEC;
}
</style>
border-color css
<style>
span { border-color: #BA0DEC; }
span { border-color: rgb(186,13,236); }
td.TdClassName
{
border-color: #BA0DEC;
}
.TagClassName
{
border-color: #BA0DEC;
}
</style>