Shades of Medium Violet Red #BA0771
Tints of Medium Violet Red #BA0771
RGB
CMYK
RGB Variations
Color information
#BA0771 (or 0xBA0771) is known color: Medium Violet Red. HEX triplet: BA, 07 and 71. RGB value is (186,7,113). Sum of RGB (Red+Green+Blue) = 186+7+113=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0771 is #45F88E. Grayscale: #484848. Windows color (decimal): -4585615 or 7407546. OLE color: 7407546.
HSL color Cylindrical-coordinate representation of color #BA0771: hue angle of 324.47º 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 #BA0771 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 113 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.27 |
| HSL | 324.47º | 0.93% | 0.38% | - |
| HSV(B) | 324.47º | 0.96% | 0.73% | - |
| XYZ | 23.31 | 11.78 | 16.67 | - |
| YUV | 72.61 | 150.8 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 113 | 0 | 0.96 | 0.39 | 0.27 | 324.47 | 0.93 | 0.38 |
| Hex | BA | 7 | 71 | 0 | 60 | 27 | 1B | 144 | 5D | 26 |
| Octal | 272 | 7 | 161 | 0 | 140 | 47 | 33 | 504 | 135 | 46 |
| Binary | 10111010 | 111 | 1110001 | 0 | 1100000 | 100111 | 11011 | 101000100 | 1011101 | 100110 |
Color Harmonies of #BA0771
Complementary color
Monochromatic Colors of #BA0771
Black with #BA0771
Text Example
Text Example
White with #BA0771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0771; }
p { color: rgb(186,7,113); }
H1.HeaderClassName
{
color: #BA0771;
}
.AnyTagClassName
{
color: #BA0771;
}
</style>
background-color css
<style>
a { background-color: #BA0771; }
a { background-color: rgb(186,7,113); }
div.DivClassName
{
background-color: #BA0771;
}
.BgClassName
{
background-color: #BA0771;
}
</style>
border-color css
<style>
span { border-color: #BA0771; }
span { border-color: rgb(186,7,113); }
td.TdClassName
{
border-color: #BA0771;
}
.TagClassName
{
border-color: #BA0771;
}
</style>