Shades of Medium Red Violet #BA39A4
Tints of Medium Red Violet #BA39A4
RGB
CMYK
RGB Variations
Color information
#BA39A4 (or 0xBA39A4) is known color: Medium Red Violet. HEX triplet: BA, 39 and A4. RGB value is (186,57,164). Sum of RGB (Red+Green+Blue) = 186+57+164=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA39A4 is #45C65B. Grayscale: #6B6B6B. Windows color (decimal): -4572764 or 10762682. OLE color: 10762682.
HSL color Cylindrical-coordinate representation of color #BA39A4: hue angle of 310.23º 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 #BA39A4 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 164 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.27 |
| HSL | 310.23º | 0.53% | 0.48% | - |
| HSV(B) | 310.23º | 0.69% | 0.73% | - |
| XYZ | 28.41 | 16.05 | 36.72 | - |
| YUV | 107.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 164 | 0 | 0.69 | 0.12 | 0.27 | 310.23 | 0.53 | 0.48 |
| Hex | BA | 39 | A4 | 0 | 45 | C | 1B | 136 | 35 | 30 |
| Octal | 272 | 71 | 244 | 0 | 105 | 14 | 33 | 466 | 65 | 60 |
| Binary | 10111010 | 111001 | 10100100 | 0 | 1000101 | 1100 | 11011 | 100110110 | 110101 | 110000 |
Color Harmonies of #BA39A4
Complementary color
Monochromatic Colors of #BA39A4
Black with #BA39A4
Text Example
Text Example
White with #BA39A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39A4; }
p { color: rgb(186,57,164); }
H1.HeaderClassName
{
color: #BA39A4;
}
.AnyTagClassName
{
color: #BA39A4;
}
</style>
background-color css
<style>
a { background-color: #BA39A4; }
a { background-color: rgb(186,57,164); }
div.DivClassName
{
background-color: #BA39A4;
}
.BgClassName
{
background-color: #BA39A4;
}
</style>
border-color css
<style>
span { border-color: #BA39A4; }
span { border-color: rgb(186,57,164); }
td.TdClassName
{
border-color: #BA39A4;
}
.TagClassName
{
border-color: #BA39A4;
}
</style>