Shades of Medium Red Violet #BA3A7C
Tints of Medium Red Violet #BA3A7C
RGB
CMYK
RGB Variations
Color information
#BA3A7C (or 0xBA3A7C) is known color: Medium Red Violet. HEX triplet: BA, 3A and 7C. RGB value is (186,58,124). Sum of RGB (Red+Green+Blue) = 186+58+124=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A7C is #45C583. Grayscale: #676767. Windows color (decimal): -4572548 or 8141498. OLE color: 8141498.
HSL color Cylindrical-coordinate representation of color #BA3A7C: hue angle of 329.06º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A7C is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 124 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.27 |
| HSL | 329.06º | 0.52% | 0.48% | - |
| HSV(B) | 329.06º | 0.69% | 0.73% | - |
| XYZ | 25.4 | 14.92 | 20.61 | - |
| YUV | 103.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 124 | 0 | 0.69 | 0.33 | 0.27 | 329.06 | 0.52 | 0.48 |
| Hex | BA | 3A | 7C | 0 | 45 | 21 | 1B | 149 | 34 | 30 |
| Octal | 272 | 72 | 174 | 0 | 105 | 41 | 33 | 511 | 64 | 60 |
| Binary | 10111010 | 111010 | 1111100 | 0 | 1000101 | 100001 | 11011 | 101001001 | 110100 | 110000 |
Color Harmonies of #BA3A7C
Complementary color
Monochromatic Colors of #BA3A7C
Black with #BA3A7C
Text Example
Text Example
White with #BA3A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A7C; }
p { color: rgb(186,58,124); }
H1.HeaderClassName
{
color: #BA3A7C;
}
.AnyTagClassName
{
color: #BA3A7C;
}
</style>
background-color css
<style>
a { background-color: #BA3A7C; }
a { background-color: rgb(186,58,124); }
div.DivClassName
{
background-color: #BA3A7C;
}
.BgClassName
{
background-color: #BA3A7C;
}
</style>
border-color css
<style>
span { border-color: #BA3A7C; }
span { border-color: rgb(186,58,124); }
td.TdClassName
{
border-color: #BA3A7C;
}
.TagClassName
{
border-color: #BA3A7C;
}
</style>