Shades of Medium Violet Red #BA0E84
Tints of Medium Violet Red #BA0E84
RGB
CMYK
RGB Variations
Color information
#BA0E84 (or 0xBA0E84) is known color: Medium Violet Red. HEX triplet: BA, 0E and 84. RGB value is (186,14,132). Sum of RGB (Red+Green+Blue) = 186+14+132=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0E84 is #45F17B. Grayscale: #4E4E4E. Windows color (decimal): -4583804 or 8654522. OLE color: 8654522.
HSL color Cylindrical-coordinate representation of color #BA0E84: hue angle of 318.84º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0E84 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 14 | 132 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.27 |
| HSL | 318.84º | 0.86% | 0.39% | - |
| HSV(B) | 318.84º | 0.92% | 0.73% | - |
| XYZ | 24.57 | 12.42 | 22.93 | - |
| YUV | 78.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 132 | 0 | 0.92 | 0.29 | 0.27 | 318.84 | 0.86 | 0.39 |
| Hex | BA | E | 84 | 0 | 5C | 1D | 1B | 13F | 56 | 27 |
| Octal | 272 | 16 | 204 | 0 | 134 | 35 | 33 | 477 | 126 | 47 |
| Binary | 10111010 | 1110 | 10000100 | 0 | 1011100 | 11101 | 11011 | 100111111 | 1010110 | 100111 |
Color Harmonies of #BA0E84
Complementary color
Monochromatic Colors of #BA0E84
Black with #BA0E84
Text Example
Text Example
White with #BA0E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0E84; }
p { color: rgb(186,14,132); }
H1.HeaderClassName
{
color: #BA0E84;
}
.AnyTagClassName
{
color: #BA0E84;
}
</style>
background-color css
<style>
a { background-color: #BA0E84; }
a { background-color: rgb(186,14,132); }
div.DivClassName
{
background-color: #BA0E84;
}
.BgClassName
{
background-color: #BA0E84;
}
</style>
border-color css
<style>
span { border-color: #BA0E84; }
span { border-color: rgb(186,14,132); }
td.TdClassName
{
border-color: #BA0E84;
}
.TagClassName
{
border-color: #BA0E84;
}
</style>