Shades of Medium Red Violet #BA39A0
Tints of Medium Red Violet #BA39A0
RGB
CMYK
RGB Variations
Color information
#BA39A0 (or 0xBA39A0) is known color: Medium Red Violet. HEX triplet: BA, 39 and A0. RGB value is (186,57,160). Sum of RGB (Red+Green+Blue) = 186+57+160=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA39A0 is #45C65F. Grayscale: #6B6B6B. Windows color (decimal): -4572768 or 10500538. OLE color: 10500538.
HSL color Cylindrical-coordinate representation of color #BA39A0: hue angle of 312.09º 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 #BA39A0 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 160 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.27 |
| HSL | 312.09º | 0.53% | 0.48% | - |
| HSV(B) | 312.09º | 0.69% | 0.73% | - |
| XYZ | 28.06 | 15.9 | 34.85 | - |
| YUV | 107.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 160 | 0 | 0.69 | 0.14 | 0.27 | 312.09 | 0.53 | 0.48 |
| Hex | BA | 39 | A0 | 0 | 45 | E | 1B | 138 | 35 | 30 |
| Octal | 272 | 71 | 240 | 0 | 105 | 16 | 33 | 470 | 65 | 60 |
| Binary | 10111010 | 111001 | 10100000 | 0 | 1000101 | 1110 | 11011 | 100111000 | 110101 | 110000 |
Color Harmonies of #BA39A0
Complementary color
Monochromatic Colors of #BA39A0
Black with #BA39A0
Text Example
Text Example
White with #BA39A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39A0; }
p { color: rgb(186,57,160); }
H1.HeaderClassName
{
color: #BA39A0;
}
.AnyTagClassName
{
color: #BA39A0;
}
</style>
background-color css
<style>
a { background-color: #BA39A0; }
a { background-color: rgb(186,57,160); }
div.DivClassName
{
background-color: #BA39A0;
}
.BgClassName
{
background-color: #BA39A0;
}
</style>
border-color css
<style>
span { border-color: #BA39A0; }
span { border-color: rgb(186,57,160); }
td.TdClassName
{
border-color: #BA39A0;
}
.TagClassName
{
border-color: #BA39A0;
}
</style>