Shades of Electric Purple #BA0CED
Tints of Electric Purple #BA0CED
RGB
CMYK
RGB Variations
Color information
#BA0CED (or 0xBA0CED) is known color: Electric Purple. HEX triplet: BA, 0C and ED. RGB value is (186,12,237). Sum of RGB (Red+Green+Blue) = 186+12+237=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0CED is #45F312. Grayscale: #585858. Windows color (decimal): -4584211 or 15535290. OLE color: 15535290.
HSL color Cylindrical-coordinate representation of color #BA0CED: hue angle of 286.4º degrees, saturation: 0.9, 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 #BA0CED is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 12 | 237 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.07 |
| HSL | 286.4º | 0.9% | 0.49% | - |
| HSV(B) | 286.4º | 0.95% | 0.93% | - |
| XYZ | 35.67 | 16.82 | 81.49 | - |
| YUV | 89.68 | 211.15 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 237 | 0.22 | 0.95 | 0 | 0.07 | 286.4 | 0.9 | 0.49 |
| Hex | BA | C | ED | 16 | 5F | 0 | 7 | 11E | 5A | 31 |
| Octal | 272 | 14 | 355 | 26 | 137 | 0 | 7 | 436 | 132 | 61 |
| Binary | 10111010 | 1100 | 11101101 | 10110 | 1011111 | 0 | 111 | 100011110 | 1011010 | 110001 |
Color Harmonies of #BA0CED
Complementary color
Monochromatic Colors of #BA0CED
Black with #BA0CED
Text Example
Text Example
White with #BA0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CED; }
p { color: rgb(186,12,237); }
H1.HeaderClassName
{
color: #BA0CED;
}
.AnyTagClassName
{
color: #BA0CED;
}
</style>
background-color css
<style>
a { background-color: #BA0CED; }
a { background-color: rgb(186,12,237); }
div.DivClassName
{
background-color: #BA0CED;
}
.BgClassName
{
background-color: #BA0CED;
}
</style>
border-color css
<style>
span { border-color: #BA0CED; }
span { border-color: rgb(186,12,237); }
td.TdClassName
{
border-color: #BA0CED;
}
.TagClassName
{
border-color: #BA0CED;
}
</style>