Shades of Medium Red Violet #BA2177
Tints of Medium Red Violet #BA2177
RGB
CMYK
RGB Variations
Color information
#BA2177 (or 0xBA2177) is known color: Medium Red Violet. HEX triplet: BA, 21 and 77. RGB value is (186,33,119). Sum of RGB (Red+Green+Blue) = 186+33+119=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2177 is #45DE88. Grayscale: #585858. Windows color (decimal): -4578953 or 7807418. OLE color: 7807418.
HSL color Cylindrical-coordinate representation of color #BA2177: hue angle of 326.27º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2177 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 119 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.27 |
| HSL | 326.27º | 0.7% | 0.43% | - |
| HSV(B) | 326.27º | 0.82% | 0.73% | - |
| XYZ | 24.12 | 12.86 | 18.66 | - |
| YUV | 88.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 119 | 0 | 0.82 | 0.36 | 0.27 | 326.27 | 0.7 | 0.43 |
| Hex | BA | 21 | 77 | 0 | 52 | 24 | 1B | 146 | 46 | 2B |
| Octal | 272 | 41 | 167 | 0 | 122 | 44 | 33 | 506 | 106 | 53 |
| Binary | 10111010 | 100001 | 1110111 | 0 | 1010010 | 100100 | 11011 | 101000110 | 1000110 | 101011 |
Color Harmonies of #BA2177
Complementary color
Monochromatic Colors of #BA2177
Black with #BA2177
Text Example
Text Example
White with #BA2177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2177; }
p { color: rgb(186,33,119); }
H1.HeaderClassName
{
color: #BA2177;
}
.AnyTagClassName
{
color: #BA2177;
}
</style>
background-color css
<style>
a { background-color: #BA2177; }
a { background-color: rgb(186,33,119); }
div.DivClassName
{
background-color: #BA2177;
}
.BgClassName
{
background-color: #BA2177;
}
</style>
border-color css
<style>
span { border-color: #BA2177; }
span { border-color: rgb(186,33,119); }
td.TdClassName
{
border-color: #BA2177;
}
.TagClassName
{
border-color: #BA2177;
}
</style>