Shades of Medium Violet Red #BA179C
Tints of Medium Violet Red #BA179C
RGB
CMYK
RGB Variations
Color information
#BA179C (or 0xBA179C) is known color: Medium Violet Red. HEX triplet: BA, 17 and 9C. RGB value is (186,23,156). Sum of RGB (Red+Green+Blue) = 186+23+156=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA179C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA179C is #45E863. Grayscale: #565656. Windows color (decimal): -4581476 or 10229690. OLE color: 10229690.
HSL color Cylindrical-coordinate representation of color #BA179C: hue angle of 311.04º 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 #BA179C is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 156 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.27 |
| HSL | 311.04º | 0.78% | 0.41% | - |
| HSV(B) | 311.04º | 0.88% | 0.73% | - |
| XYZ | 26.56 | 13.45 | 32.65 | - |
| YUV | 86.9 | 167 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 156 | 0 | 0.88 | 0.16 | 0.27 | 311.04 | 0.78 | 0.41 |
| Hex | BA | 17 | 9C | 0 | 58 | 10 | 1B | 137 | 4E | 29 |
| Octal | 272 | 27 | 234 | 0 | 130 | 20 | 33 | 467 | 116 | 51 |
| Binary | 10111010 | 10111 | 10011100 | 0 | 1011000 | 10000 | 11011 | 100110111 | 1001110 | 101001 |
Color Harmonies of #BA179C
Complementary color
Monochromatic Colors of #BA179C
Black with #BA179C
Text Example
Text Example
White with #BA179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA179C; }
p { color: rgb(186,23,156); }
H1.HeaderClassName
{
color: #BA179C;
}
.AnyTagClassName
{
color: #BA179C;
}
</style>
background-color css
<style>
a { background-color: #BA179C; }
a { background-color: rgb(186,23,156); }
div.DivClassName
{
background-color: #BA179C;
}
.BgClassName
{
background-color: #BA179C;
}
</style>
border-color css
<style>
span { border-color: #BA179C; }
span { border-color: rgb(186,23,156); }
td.TdClassName
{
border-color: #BA179C;
}
.TagClassName
{
border-color: #BA179C;
}
</style>