Shades of Medium Violet Red #BA1077
Tints of Medium Violet Red #BA1077
RGB
CMYK
RGB Variations
Color information
#BA1077 (or 0xBA1077) is known color: Medium Violet Red. HEX triplet: BA, 10 and 77. RGB value is (186,16,119). Sum of RGB (Red+Green+Blue) = 186+16+119=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1077 is #45EF88. Grayscale: #4E4E4E. Windows color (decimal): -4583305 or 7803066. OLE color: 7803066.
HSL color Cylindrical-coordinate representation of color #BA1077: hue angle of 323.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1077 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 119 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.27 |
| HSL | 323.65º | 0.84% | 0.4% | - |
| HSV(B) | 323.65º | 0.91% | 0.73% | - |
| XYZ | 23.76 | 12.14 | 18.54 | - |
| YUV | 78.57 | 150.82 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 119 | 0 | 0.91 | 0.36 | 0.27 | 323.65 | 0.84 | 0.4 |
| Hex | BA | 10 | 77 | 0 | 5B | 24 | 1B | 144 | 54 | 28 |
| Octal | 272 | 20 | 167 | 0 | 133 | 44 | 33 | 504 | 124 | 50 |
| Binary | 10111010 | 10000 | 1110111 | 0 | 1011011 | 100100 | 11011 | 101000100 | 1010100 | 101000 |
Color Harmonies of #BA1077
Complementary color
Monochromatic Colors of #BA1077
Black with #BA1077
Text Example
Text Example
White with #BA1077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1077; }
p { color: rgb(186,16,119); }
H1.HeaderClassName
{
color: #BA1077;
}
.AnyTagClassName
{
color: #BA1077;
}
</style>
background-color css
<style>
a { background-color: #BA1077; }
a { background-color: rgb(186,16,119); }
div.DivClassName
{
background-color: #BA1077;
}
.BgClassName
{
background-color: #BA1077;
}
</style>
border-color css
<style>
span { border-color: #BA1077; }
span { border-color: rgb(186,16,119); }
td.TdClassName
{
border-color: #BA1077;
}
.TagClassName
{
border-color: #BA1077;
}
</style>