Shades of Medium Violet Red #BA177C
Tints of Medium Violet Red #BA177C
RGB
CMYK
RGB Variations
Color information
#BA177C (or 0xBA177C) is known color: Medium Violet Red. HEX triplet: BA, 17 and 7C. RGB value is (186,23,124). Sum of RGB (Red+Green+Blue) = 186+23+124=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA177C is #45E883. Grayscale: #535353. Windows color (decimal): -4581508 or 8132538. OLE color: 8132538.
HSL color Cylindrical-coordinate representation of color #BA177C: hue angle of 322.82º 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 #BA177C is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 124 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.27 |
| HSL | 322.82º | 0.78% | 0.41% | - |
| HSV(B) | 322.82º | 0.88% | 0.73% | - |
| XYZ | 24.19 | 12.51 | 20.21 | - |
| YUV | 83.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 124 | 0 | 0.88 | 0.33 | 0.27 | 322.82 | 0.78 | 0.41 |
| Hex | BA | 17 | 7C | 0 | 58 | 21 | 1B | 143 | 4E | 29 |
| Octal | 272 | 27 | 174 | 0 | 130 | 41 | 33 | 503 | 116 | 51 |
| Binary | 10111010 | 10111 | 1111100 | 0 | 1011000 | 100001 | 11011 | 101000011 | 1001110 | 101001 |
Color Harmonies of #BA177C
Complementary color
Monochromatic Colors of #BA177C
Black with #BA177C
Text Example
Text Example
White with #BA177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA177C; }
p { color: rgb(186,23,124); }
H1.HeaderClassName
{
color: #BA177C;
}
.AnyTagClassName
{
color: #BA177C;
}
</style>
background-color css
<style>
a { background-color: #BA177C; }
a { background-color: rgb(186,23,124); }
div.DivClassName
{
background-color: #BA177C;
}
.BgClassName
{
background-color: #BA177C;
}
</style>
border-color css
<style>
span { border-color: #BA177C; }
span { border-color: rgb(186,23,124); }
td.TdClassName
{
border-color: #BA177C;
}
.TagClassName
{
border-color: #BA177C;
}
</style>