Shades of Medium Violet Red #BA0077
Tints of Medium Violet Red #BA0077
RGB
CMYK
RGB Variations
Color information
#BA0077 (or 0xBA0077) is known color: Medium Violet Red. HEX triplet: BA, 00 and 77. RGB value is (186,0,119). Sum of RGB (Red+Green+Blue) = 186+0+119=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0077 is #45FF88. Grayscale: #444444. Windows color (decimal): -4587401 or 7798970. OLE color: 7798970.
HSL color Cylindrical-coordinate representation of color #BA0077: hue angle of 321.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0077 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.36 | 0.27 |
| HSL | 321.61º | 1% | 0.36% | - |
| HSV(B) | 321.61º | 1% | 0.73% | - |
| XYZ | 23.58 | 11.77 | 18.48 | - |
| YUV | 69.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 119 | 0 | 1 | 0.36 | 0.27 | 321.61 | 1 | 0.36 |
| Hex | BA | 0 | 77 | 0 | 64 | 24 | 1B | 142 | 64 | 24 |
| Octal | 272 | 0 | 167 | 0 | 144 | 44 | 33 | 502 | 144 | 44 |
| Binary | 10111010 | 0 | 1110111 | 0 | 1100100 | 100100 | 11011 | 101000010 | 1100100 | 100100 |
Color Harmonies of #BA0077
Complementary color
Monochromatic Colors of #BA0077
Black with #BA0077
Text Example
Text Example
White with #BA0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0077; }
p { color: rgb(186,0,119); }
H1.HeaderClassName
{
color: #BA0077;
}
.AnyTagClassName
{
color: #BA0077;
}
</style>
background-color css
<style>
a { background-color: #BA0077; }
a { background-color: rgb(186,0,119); }
div.DivClassName
{
background-color: #BA0077;
}
.BgClassName
{
background-color: #BA0077;
}
</style>
border-color css
<style>
span { border-color: #BA0077; }
span { border-color: rgb(186,0,119); }
td.TdClassName
{
border-color: #BA0077;
}
.TagClassName
{
border-color: #BA0077;
}
</style>