Shades of Medium Violet Red #BA1676
Tints of Medium Violet Red #BA1676
RGB
CMYK
RGB Variations
Color information
#BA1676 (or 0xBA1676) is known color: Medium Violet Red. HEX triplet: BA, 16 and 76. RGB value is (186,22,118). Sum of RGB (Red+Green+Blue) = 186+22+118=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1676 is #45E989. Grayscale: #515151. Windows color (decimal): -4581770 or 7739066. OLE color: 7739066.
HSL color Cylindrical-coordinate representation of color #BA1676: hue angle of 324.88º degrees, saturation: 0.79, 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 #BA1676 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 118 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.27 |
| HSL | 324.88º | 0.79% | 0.41% | - |
| HSV(B) | 324.88º | 0.88% | 0.73% | - |
| XYZ | 23.81 | 12.32 | 18.26 | - |
| YUV | 81.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 118 | 0 | 0.88 | 0.37 | 0.27 | 324.88 | 0.79 | 0.41 |
| Hex | BA | 16 | 76 | 0 | 58 | 25 | 1B | 145 | 4F | 29 |
| Octal | 272 | 26 | 166 | 0 | 130 | 45 | 33 | 505 | 117 | 51 |
| Binary | 10111010 | 10110 | 1110110 | 0 | 1011000 | 100101 | 11011 | 101000101 | 1001111 | 101001 |
Color Harmonies of #BA1676
Complementary color
Monochromatic Colors of #BA1676
Black with #BA1676
Text Example
Text Example
White with #BA1676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1676; }
p { color: rgb(186,22,118); }
H1.HeaderClassName
{
color: #BA1676;
}
.AnyTagClassName
{
color: #BA1676;
}
</style>
background-color css
<style>
a { background-color: #BA1676; }
a { background-color: rgb(186,22,118); }
div.DivClassName
{
background-color: #BA1676;
}
.BgClassName
{
background-color: #BA1676;
}
</style>
border-color css
<style>
span { border-color: #BA1676; }
span { border-color: rgb(186,22,118); }
td.TdClassName
{
border-color: #BA1676;
}
.TagClassName
{
border-color: #BA1676;
}
</style>