Shades of Medium Violet Red #BA157D
Tints of Medium Violet Red #BA157D
RGB
CMYK
RGB Variations
Color information
#BA157D (or 0xBA157D) is known color: Medium Violet Red. HEX triplet: BA, 15 and 7D. RGB value is (186,21,125). Sum of RGB (Red+Green+Blue) = 186+21+125=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA157D is #45EA82. Grayscale: #515151. Windows color (decimal): -4582019 or 8197562. OLE color: 8197562.
HSL color Cylindrical-coordinate representation of color #BA157D: hue angle of 322.18º 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 #BA157D is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 125 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.27 |
| HSL | 322.18º | 0.8% | 0.41% | - |
| HSV(B) | 322.18º | 0.89% | 0.73% | - |
| XYZ | 24.22 | 12.46 | 20.53 | - |
| YUV | 82.19 | 152.16 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 125 | 0 | 0.89 | 0.33 | 0.27 | 322.18 | 0.8 | 0.41 |
| Hex | BA | 15 | 7D | 0 | 59 | 21 | 1B | 142 | 50 | 29 |
| Octal | 272 | 25 | 175 | 0 | 131 | 41 | 33 | 502 | 120 | 51 |
| Binary | 10111010 | 10101 | 1111101 | 0 | 1011001 | 100001 | 11011 | 101000010 | 1010000 | 101001 |
Color Harmonies of #BA157D
Complementary color
Monochromatic Colors of #BA157D
Black with #BA157D
Text Example
Text Example
White with #BA157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA157D; }
p { color: rgb(186,21,125); }
H1.HeaderClassName
{
color: #BA157D;
}
.AnyTagClassName
{
color: #BA157D;
}
</style>
background-color css
<style>
a { background-color: #BA157D; }
a { background-color: rgb(186,21,125); }
div.DivClassName
{
background-color: #BA157D;
}
.BgClassName
{
background-color: #BA157D;
}
</style>
border-color css
<style>
span { border-color: #BA157D; }
span { border-color: rgb(186,21,125); }
td.TdClassName
{
border-color: #BA157D;
}
.TagClassName
{
border-color: #BA157D;
}
</style>