Shades of Medium Violet Red #BA157C
Tints of Medium Violet Red #BA157C
RGB
CMYK
RGB Variations
Color information
#BA157C (or 0xBA157C) is known color: Medium Violet Red. HEX triplet: BA, 15 and 7C. RGB value is (186,21,124). Sum of RGB (Red+Green+Blue) = 186+21+124=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA157C is #45EA83. Grayscale: #515151. Windows color (decimal): -4582020 or 8132026. OLE color: 8132026.
HSL color Cylindrical-coordinate representation of color #BA157C: hue angle of 322.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA157C is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 124 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.27 |
| HSL | 322.55º | 0.8% | 0.41% | - |
| HSV(B) | 322.55º | 0.89% | 0.73% | - |
| XYZ | 24.16 | 12.43 | 20.19 | - |
| YUV | 82.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 124 | 0 | 0.89 | 0.33 | 0.27 | 322.55 | 0.8 | 0.41 |
| Hex | BA | 15 | 7C | 0 | 59 | 21 | 1B | 143 | 50 | 29 |
| Octal | 272 | 25 | 174 | 0 | 131 | 41 | 33 | 503 | 120 | 51 |
| Binary | 10111010 | 10101 | 1111100 | 0 | 1011001 | 100001 | 11011 | 101000011 | 1010000 | 101001 |
Color Harmonies of #BA157C
Complementary color
Monochromatic Colors of #BA157C
Black with #BA157C
Text Example
Text Example
White with #BA157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA157C; }
p { color: rgb(186,21,124); }
H1.HeaderClassName
{
color: #BA157C;
}
.AnyTagClassName
{
color: #BA157C;
}
</style>
background-color css
<style>
a { background-color: #BA157C; }
a { background-color: rgb(186,21,124); }
div.DivClassName
{
background-color: #BA157C;
}
.BgClassName
{
background-color: #BA157C;
}
</style>
border-color css
<style>
span { border-color: #BA157C; }
span { border-color: rgb(186,21,124); }
td.TdClassName
{
border-color: #BA157C;
}
.TagClassName
{
border-color: #BA157C;
}
</style>