Shades of Medium Violet Red #BA178D
Tints of Medium Violet Red #BA178D
RGB
CMYK
RGB Variations
Color information
#BA178D (or 0xBA178D) is known color: Medium Violet Red. HEX triplet: BA, 17 and 8D. RGB value is (186,23,141). Sum of RGB (Red+Green+Blue) = 186+23+141=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA178D is #45E872. Grayscale: #545454. Windows color (decimal): -4581491 or 9246650. OLE color: 9246650.
HSL color Cylindrical-coordinate representation of color #BA178D: hue angle of 316.56º 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 #BA178D is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 141 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.27 |
| HSL | 316.56º | 0.78% | 0.41% | - |
| HSV(B) | 316.56º | 0.88% | 0.73% | - |
| XYZ | 25.36 | 12.97 | 26.37 | - |
| YUV | 85.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 141 | 0 | 0.88 | 0.24 | 0.27 | 316.56 | 0.78 | 0.41 |
| Hex | BA | 17 | 8D | 0 | 58 | 18 | 1B | 13D | 4E | 29 |
| Octal | 272 | 27 | 215 | 0 | 130 | 30 | 33 | 475 | 116 | 51 |
| Binary | 10111010 | 10111 | 10001101 | 0 | 1011000 | 11000 | 11011 | 100111101 | 1001110 | 101001 |
Color Harmonies of #BA178D
Complementary color
Monochromatic Colors of #BA178D
Black with #BA178D
Text Example
Text Example
White with #BA178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA178D; }
p { color: rgb(186,23,141); }
H1.HeaderClassName
{
color: #BA178D;
}
.AnyTagClassName
{
color: #BA178D;
}
</style>
background-color css
<style>
a { background-color: #BA178D; }
a { background-color: rgb(186,23,141); }
div.DivClassName
{
background-color: #BA178D;
}
.BgClassName
{
background-color: #BA178D;
}
</style>
border-color css
<style>
span { border-color: #BA178D; }
span { border-color: rgb(186,23,141); }
td.TdClassName
{
border-color: #BA178D;
}
.TagClassName
{
border-color: #BA178D;
}
</style>