Shades of Medium Violet Red #BA179E
Tints of Medium Violet Red #BA179E
RGB
CMYK
RGB Variations
Color information
#BA179E (or 0xBA179E) is known color: Medium Violet Red. HEX triplet: BA, 17 and 9E. RGB value is (186,23,158). Sum of RGB (Red+Green+Blue) = 186+23+158=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA179E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA179E is #45E861. Grayscale: #565656. Windows color (decimal): -4581474 or 10360762. OLE color: 10360762.
HSL color Cylindrical-coordinate representation of color #BA179E: hue angle of 310.31º 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 #BA179E is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 158 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.27 |
| HSL | 310.31º | 0.78% | 0.41% | - |
| HSV(B) | 310.31º | 0.88% | 0.73% | - |
| XYZ | 26.73 | 13.52 | 33.55 | - |
| YUV | 87.13 | 168 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 158 | 0 | 0.88 | 0.15 | 0.27 | 310.31 | 0.78 | 0.41 |
| Hex | BA | 17 | 9E | 0 | 58 | F | 1B | 136 | 4E | 29 |
| Octal | 272 | 27 | 236 | 0 | 130 | 17 | 33 | 466 | 116 | 51 |
| Binary | 10111010 | 10111 | 10011110 | 0 | 1011000 | 1111 | 11011 | 100110110 | 1001110 | 101001 |
Color Harmonies of #BA179E
Complementary color
Monochromatic Colors of #BA179E
Black with #BA179E
Text Example
Text Example
White with #BA179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA179E; }
p { color: rgb(186,23,158); }
H1.HeaderClassName
{
color: #BA179E;
}
.AnyTagClassName
{
color: #BA179E;
}
</style>
background-color css
<style>
a { background-color: #BA179E; }
a { background-color: rgb(186,23,158); }
div.DivClassName
{
background-color: #BA179E;
}
.BgClassName
{
background-color: #BA179E;
}
</style>
border-color css
<style>
span { border-color: #BA179E; }
span { border-color: rgb(186,23,158); }
td.TdClassName
{
border-color: #BA179E;
}
.TagClassName
{
border-color: #BA179E;
}
</style>