Shades of Medium Violet Red #BA0C73
Tints of Medium Violet Red #BA0C73
RGB
CMYK
RGB Variations
Color information
#BA0C73 (or 0xBA0C73) is known color: Medium Violet Red. HEX triplet: BA, 0C and 73. RGB value is (186,12,115). Sum of RGB (Red+Green+Blue) = 186+12+115=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0C73 is #45F38C. Grayscale: #4B4B4B. Windows color (decimal): -4584333 or 7539898. OLE color: 7539898.
HSL color Cylindrical-coordinate representation of color #BA0C73: hue angle of 324.48º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0C73 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 12 | 115 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.27 |
| HSL | 324.48º | 0.88% | 0.39% | - |
| HSV(B) | 324.48º | 0.94% | 0.73% | - |
| XYZ | 23.48 | 11.94 | 17.29 | - |
| YUV | 75.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 115 | 0 | 0.94 | 0.38 | 0.27 | 324.48 | 0.88 | 0.39 |
| Hex | BA | C | 73 | 0 | 5E | 26 | 1B | 144 | 58 | 27 |
| Octal | 272 | 14 | 163 | 0 | 136 | 46 | 33 | 504 | 130 | 47 |
| Binary | 10111010 | 1100 | 1110011 | 0 | 1011110 | 100110 | 11011 | 101000100 | 1011000 | 100111 |
Color Harmonies of #BA0C73
Complementary color
Monochromatic Colors of #BA0C73
Black with #BA0C73
Text Example
Text Example
White with #BA0C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0C73; }
p { color: rgb(186,12,115); }
H1.HeaderClassName
{
color: #BA0C73;
}
.AnyTagClassName
{
color: #BA0C73;
}
</style>
background-color css
<style>
a { background-color: #BA0C73; }
a { background-color: rgb(186,12,115); }
div.DivClassName
{
background-color: #BA0C73;
}
.BgClassName
{
background-color: #BA0C73;
}
</style>
border-color css
<style>
span { border-color: #BA0C73; }
span { border-color: rgb(186,12,115); }
td.TdClassName
{
border-color: #BA0C73;
}
.TagClassName
{
border-color: #BA0C73;
}
</style>