Shades of Medium Violet Red #BA0D89
Tints of Medium Violet Red #BA0D89
RGB
CMYK
RGB Variations
Color information
#BA0D89 (or 0xBA0D89) is known color: Medium Violet Red. HEX triplet: BA, 0D and 89. RGB value is (186,13,137). Sum of RGB (Red+Green+Blue) = 186+13+137=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0D89 is #45F276. Grayscale: #4E4E4E. Windows color (decimal): -4584055 or 8981946. OLE color: 8981946.
HSL color Cylindrical-coordinate representation of color #BA0D89: hue angle of 316.99º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D89 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 137 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.27 |
| HSL | 316.99º | 0.87% | 0.39% | - |
| HSV(B) | 316.99º | 0.93% | 0.73% | - |
| XYZ | 24.91 | 12.53 | 24.77 | - |
| YUV | 78.86 | 160.81 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 137 | 0 | 0.93 | 0.26 | 0.27 | 316.99 | 0.87 | 0.39 |
| Hex | BA | D | 89 | 0 | 5D | 1A | 1B | 13D | 57 | 27 |
| Octal | 272 | 15 | 211 | 0 | 135 | 32 | 33 | 475 | 127 | 47 |
| Binary | 10111010 | 1101 | 10001001 | 0 | 1011101 | 11010 | 11011 | 100111101 | 1010111 | 100111 |
Color Harmonies of #BA0D89
Complementary color
Monochromatic Colors of #BA0D89
Black with #BA0D89
Text Example
Text Example
White with #BA0D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D89; }
p { color: rgb(186,13,137); }
H1.HeaderClassName
{
color: #BA0D89;
}
.AnyTagClassName
{
color: #BA0D89;
}
</style>
background-color css
<style>
a { background-color: #BA0D89; }
a { background-color: rgb(186,13,137); }
div.DivClassName
{
background-color: #BA0D89;
}
.BgClassName
{
background-color: #BA0D89;
}
</style>
border-color css
<style>
span { border-color: #BA0D89; }
span { border-color: rgb(186,13,137); }
td.TdClassName
{
border-color: #BA0D89;
}
.TagClassName
{
border-color: #BA0D89;
}
</style>