Shades of Medium Violet Red #BA179B
Tints of Medium Violet Red #BA179B
RGB
CMYK
RGB Variations
Color information
#BA179B (or 0xBA179B) is known color: Medium Violet Red. HEX triplet: BA, 17 and 9B. RGB value is (186,23,155). Sum of RGB (Red+Green+Blue) = 186+23+155=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA179B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA179B is #45E864. Grayscale: #565656. Windows color (decimal): -4581477 or 10164154. OLE color: 10164154.
HSL color Cylindrical-coordinate representation of color #BA179B: hue angle of 311.41º 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 #BA179B is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 155 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.27 |
| HSL | 311.41º | 0.78% | 0.41% | - |
| HSV(B) | 311.41º | 0.88% | 0.73% | - |
| XYZ | 26.47 | 13.42 | 32.21 | - |
| YUV | 86.79 | 166.5 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 155 | 0 | 0.88 | 0.17 | 0.27 | 311.41 | 0.78 | 0.41 |
| Hex | BA | 17 | 9B | 0 | 58 | 11 | 1B | 137 | 4E | 29 |
| Octal | 272 | 27 | 233 | 0 | 130 | 21 | 33 | 467 | 116 | 51 |
| Binary | 10111010 | 10111 | 10011011 | 0 | 1011000 | 10001 | 11011 | 100110111 | 1001110 | 101001 |
Color Harmonies of #BA179B
Complementary color
Monochromatic Colors of #BA179B
Black with #BA179B
Text Example
Text Example
White with #BA179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA179B; }
p { color: rgb(186,23,155); }
H1.HeaderClassName
{
color: #BA179B;
}
.AnyTagClassName
{
color: #BA179B;
}
</style>
background-color css
<style>
a { background-color: #BA179B; }
a { background-color: rgb(186,23,155); }
div.DivClassName
{
background-color: #BA179B;
}
.BgClassName
{
background-color: #BA179B;
}
</style>
border-color css
<style>
span { border-color: #BA179B; }
span { border-color: rgb(186,23,155); }
td.TdClassName
{
border-color: #BA179B;
}
.TagClassName
{
border-color: #BA179B;
}
</style>