Shades of Medium Violet Red #BA0775
Tints of Medium Violet Red #BA0775
RGB
CMYK
RGB Variations
Color information
#BA0775 (or 0xBA0775) is known color: Medium Violet Red. HEX triplet: BA, 07 and 75. RGB value is (186,7,117). Sum of RGB (Red+Green+Blue) = 186+7+117=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0775 is #45F88A. Grayscale: #484848. Windows color (decimal): -4585611 or 7669690. OLE color: 7669690.
HSL color Cylindrical-coordinate representation of color #BA0775: hue angle of 323.13º 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 #BA0775 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 117 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.27 |
| HSL | 323.13º | 0.93% | 0.38% | - |
| HSV(B) | 323.13º | 0.96% | 0.73% | - |
| XYZ | 23.54 | 11.88 | 17.88 | - |
| YUV | 73.06 | 152.8 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 117 | 0 | 0.96 | 0.37 | 0.27 | 323.13 | 0.93 | 0.38 |
| Hex | BA | 7 | 75 | 0 | 60 | 25 | 1B | 143 | 5D | 26 |
| Octal | 272 | 7 | 165 | 0 | 140 | 45 | 33 | 503 | 135 | 46 |
| Binary | 10111010 | 111 | 1110101 | 0 | 1100000 | 100101 | 11011 | 101000011 | 1011101 | 100110 |
Color Harmonies of #BA0775
Complementary color
Monochromatic Colors of #BA0775
Black with #BA0775
Text Example
Text Example
White with #BA0775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0775; }
p { color: rgb(186,7,117); }
H1.HeaderClassName
{
color: #BA0775;
}
.AnyTagClassName
{
color: #BA0775;
}
</style>
background-color css
<style>
a { background-color: #BA0775; }
a { background-color: rgb(186,7,117); }
div.DivClassName
{
background-color: #BA0775;
}
.BgClassName
{
background-color: #BA0775;
}
</style>
border-color css
<style>
span { border-color: #BA0775; }
span { border-color: rgb(186,7,117); }
td.TdClassName
{
border-color: #BA0775;
}
.TagClassName
{
border-color: #BA0775;
}
</style>