Shades of Medium Red Violet #BA397A
Tints of Medium Red Violet #BA397A
RGB
CMYK
RGB Variations
Color information
#BA397A (or 0xBA397A) is known color: Medium Red Violet. HEX triplet: BA, 39 and 7A. RGB value is (186,57,122). Sum of RGB (Red+Green+Blue) = 186+57+122=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA397A is #45C685. Grayscale: #666666. Windows color (decimal): -4572806 or 8010170. OLE color: 8010170.
HSL color Cylindrical-coordinate representation of color #BA397A: hue angle of 329.77º degrees, saturation: 0.53, 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 #BA397A is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 122 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.27 |
| HSL | 329.77º | 0.53% | 0.48% | - |
| HSV(B) | 329.77º | 0.69% | 0.73% | - |
| XYZ | 25.23 | 14.77 | 19.93 | - |
| YUV | 102.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 122 | 0 | 0.69 | 0.34 | 0.27 | 329.77 | 0.53 | 0.48 |
| Hex | BA | 39 | 7A | 0 | 45 | 22 | 1B | 14A | 35 | 30 |
| Octal | 272 | 71 | 172 | 0 | 105 | 42 | 33 | 512 | 65 | 60 |
| Binary | 10111010 | 111001 | 1111010 | 0 | 1000101 | 100010 | 11011 | 101001010 | 110101 | 110000 |
Color Harmonies of #BA397A
Complementary color
Monochromatic Colors of #BA397A
Black with #BA397A
Text Example
Text Example
White with #BA397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA397A; }
p { color: rgb(186,57,122); }
H1.HeaderClassName
{
color: #BA397A;
}
.AnyTagClassName
{
color: #BA397A;
}
</style>
background-color css
<style>
a { background-color: #BA397A; }
a { background-color: rgb(186,57,122); }
div.DivClassName
{
background-color: #BA397A;
}
.BgClassName
{
background-color: #BA397A;
}
</style>
border-color css
<style>
span { border-color: #BA397A; }
span { border-color: rgb(186,57,122); }
td.TdClassName
{
border-color: #BA397A;
}
.TagClassName
{
border-color: #BA397A;
}
</style>