Shades of Medium Violet Red #BA178F
Tints of Medium Violet Red #BA178F
RGB
CMYK
RGB Variations
Color information
#BA178F (or 0xBA178F) is known color: Medium Violet Red. HEX triplet: BA, 17 and 8F. RGB value is (186,23,143). Sum of RGB (Red+Green+Blue) = 186+23+143=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA178F is #45E870. Grayscale: #555555. Windows color (decimal): -4581489 or 9377722. OLE color: 9377722.
HSL color Cylindrical-coordinate representation of color #BA178F: hue angle of 315.83º 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 #BA178F is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 143 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.27 |
| HSL | 315.83º | 0.78% | 0.41% | - |
| HSV(B) | 315.83º | 0.88% | 0.73% | - |
| XYZ | 25.51 | 13.04 | 27.16 | - |
| YUV | 85.42 | 160.5 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 143 | 0 | 0.88 | 0.23 | 0.27 | 315.83 | 0.78 | 0.41 |
| Hex | BA | 17 | 8F | 0 | 58 | 17 | 1B | 13C | 4E | 29 |
| Octal | 272 | 27 | 217 | 0 | 130 | 27 | 33 | 474 | 116 | 51 |
| Binary | 10111010 | 10111 | 10001111 | 0 | 1011000 | 10111 | 11011 | 100111100 | 1001110 | 101001 |
Color Harmonies of #BA178F
Complementary color
Monochromatic Colors of #BA178F
Black with #BA178F
Text Example
Text Example
White with #BA178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA178F; }
p { color: rgb(186,23,143); }
H1.HeaderClassName
{
color: #BA178F;
}
.AnyTagClassName
{
color: #BA178F;
}
</style>
background-color css
<style>
a { background-color: #BA178F; }
a { background-color: rgb(186,23,143); }
div.DivClassName
{
background-color: #BA178F;
}
.BgClassName
{
background-color: #BA178F;
}
</style>
border-color css
<style>
span { border-color: #BA178F; }
span { border-color: rgb(186,23,143); }
td.TdClassName
{
border-color: #BA178F;
}
.TagClassName
{
border-color: #BA178F;
}
</style>