Shades of Medium Violet Red #BA1774
Tints of Medium Violet Red #BA1774
RGB
CMYK
RGB Variations
Color information
#BA1774 (or 0xBA1774) is known color: Medium Violet Red. HEX triplet: BA, 17 and 74. RGB value is (186,23,116). Sum of RGB (Red+Green+Blue) = 186+23+116=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1774 is #45E88B. Grayscale: #525252. Windows color (decimal): -4581516 or 7608250. OLE color: 7608250.
HSL color Cylindrical-coordinate representation of color #BA1774: hue angle of 325.77º 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 #BA1774 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 116 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.27 |
| HSL | 325.77º | 0.78% | 0.41% | - |
| HSV(B) | 325.77º | 0.88% | 0.73% | - |
| XYZ | 23.71 | 12.31 | 17.65 | - |
| YUV | 82.34 | 147 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 116 | 0 | 0.88 | 0.38 | 0.27 | 325.77 | 0.78 | 0.41 |
| Hex | BA | 17 | 74 | 0 | 58 | 26 | 1B | 146 | 4E | 29 |
| Octal | 272 | 27 | 164 | 0 | 130 | 46 | 33 | 506 | 116 | 51 |
| Binary | 10111010 | 10111 | 1110100 | 0 | 1011000 | 100110 | 11011 | 101000110 | 1001110 | 101001 |
Color Harmonies of #BA1774
Complementary color
Monochromatic Colors of #BA1774
Black with #BA1774
Text Example
Text Example
White with #BA1774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1774; }
p { color: rgb(186,23,116); }
H1.HeaderClassName
{
color: #BA1774;
}
.AnyTagClassName
{
color: #BA1774;
}
</style>
background-color css
<style>
a { background-color: #BA1774; }
a { background-color: rgb(186,23,116); }
div.DivClassName
{
background-color: #BA1774;
}
.BgClassName
{
background-color: #BA1774;
}
</style>
border-color css
<style>
span { border-color: #BA1774; }
span { border-color: rgb(186,23,116); }
td.TdClassName
{
border-color: #BA1774;
}
.TagClassName
{
border-color: #BA1774;
}
</style>