Shades of Medium Violet Red #BA1777
Tints of Medium Violet Red #BA1777
RGB
CMYK
RGB Variations
Color information
#BA1777 (or 0xBA1777) is known color: Medium Violet Red. HEX triplet: BA, 17 and 77. RGB value is (186,23,119). Sum of RGB (Red+Green+Blue) = 186+23+119=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1777 is #45E888. Grayscale: #525252. Windows color (decimal): -4581513 or 7804858. OLE color: 7804858.
HSL color Cylindrical-coordinate representation of color #BA1777: hue angle of 324.66º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1777 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 119 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.27 |
| HSL | 324.66º | 0.78% | 0.41% | - |
| HSV(B) | 324.66º | 0.88% | 0.73% | - |
| XYZ | 23.89 | 12.38 | 18.58 | - |
| YUV | 82.68 | 148.5 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 119 | 0 | 0.88 | 0.36 | 0.27 | 324.66 | 0.78 | 0.41 |
| Hex | BA | 17 | 77 | 0 | 58 | 24 | 1B | 145 | 4E | 29 |
| Octal | 272 | 27 | 167 | 0 | 130 | 44 | 33 | 505 | 116 | 51 |
| Binary | 10111010 | 10111 | 1110111 | 0 | 1011000 | 100100 | 11011 | 101000101 | 1001110 | 101001 |
Color Harmonies of #BA1777
Complementary color
Monochromatic Colors of #BA1777
Black with #BA1777
Text Example
Text Example
White with #BA1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1777; }
p { color: rgb(186,23,119); }
H1.HeaderClassName
{
color: #BA1777;
}
.AnyTagClassName
{
color: #BA1777;
}
</style>
background-color css
<style>
a { background-color: #BA1777; }
a { background-color: rgb(186,23,119); }
div.DivClassName
{
background-color: #BA1777;
}
.BgClassName
{
background-color: #BA1777;
}
</style>
border-color css
<style>
span { border-color: #BA1777; }
span { border-color: rgb(186,23,119); }
td.TdClassName
{
border-color: #BA1777;
}
.TagClassName
{
border-color: #BA1777;
}
</style>