Shades of Medium Violet Red #BA0773
Tints of Medium Violet Red #BA0773
RGB
CMYK
RGB Variations
Color information
#BA0773 (or 0xBA0773) is known color: Medium Violet Red. HEX triplet: BA, 07 and 73. RGB value is (186,7,115). Sum of RGB (Red+Green+Blue) = 186+7+115=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0773 is #45F88C. Grayscale: #484848. Windows color (decimal): -4585613 or 7538618. OLE color: 7538618.
HSL color Cylindrical-coordinate representation of color #BA0773: hue angle of 323.8º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0773 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 115 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.27 |
| HSL | 323.8º | 0.93% | 0.38% | - |
| HSV(B) | 323.8º | 0.96% | 0.73% | - |
| XYZ | 23.42 | 11.83 | 17.27 | - |
| YUV | 72.83 | 151.8 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 115 | 0 | 0.96 | 0.38 | 0.27 | 323.8 | 0.93 | 0.38 |
| Hex | BA | 7 | 73 | 0 | 60 | 26 | 1B | 144 | 5D | 26 |
| Octal | 272 | 7 | 163 | 0 | 140 | 46 | 33 | 504 | 135 | 46 |
| Binary | 10111010 | 111 | 1110011 | 0 | 1100000 | 100110 | 11011 | 101000100 | 1011101 | 100110 |
Color Harmonies of #BA0773
Complementary color
Monochromatic Colors of #BA0773
Black with #BA0773
Text Example
Text Example
White with #BA0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0773; }
p { color: rgb(186,7,115); }
H1.HeaderClassName
{
color: #BA0773;
}
.AnyTagClassName
{
color: #BA0773;
}
</style>
background-color css
<style>
a { background-color: #BA0773; }
a { background-color: rgb(186,7,115); }
div.DivClassName
{
background-color: #BA0773;
}
.BgClassName
{
background-color: #BA0773;
}
</style>
border-color css
<style>
span { border-color: #BA0773; }
span { border-color: rgb(186,7,115); }
td.TdClassName
{
border-color: #BA0773;
}
.TagClassName
{
border-color: #BA0773;
}
</style>