Shades of Medium Red Violet #BA3A81
Tints of Medium Red Violet #BA3A81
RGB
CMYK
RGB Variations
Color information
#BA3A81 (or 0xBA3A81) is known color: Medium Red Violet. HEX triplet: BA, 3A and 81. RGB value is (186,58,129). Sum of RGB (Red+Green+Blue) = 186+58+129=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3A81 is #45C57E. Grayscale: #686868. Windows color (decimal): -4572543 or 8469178. OLE color: 8469178.
HSL color Cylindrical-coordinate representation of color #BA3A81: hue angle of 326.72º 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 #BA3A81 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 129 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.27 |
| HSL | 326.72º | 0.52% | 0.48% | - |
| HSV(B) | 326.72º | 0.69% | 0.73% | - |
| XYZ | 25.73 | 15.05 | 22.32 | - |
| YUV | 104.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 129 | 0 | 0.69 | 0.31 | 0.27 | 326.72 | 0.52 | 0.48 |
| Hex | BA | 3A | 81 | 0 | 45 | 1F | 1B | 147 | 34 | 30 |
| Octal | 272 | 72 | 201 | 0 | 105 | 37 | 33 | 507 | 64 | 60 |
| Binary | 10111010 | 111010 | 10000001 | 0 | 1000101 | 11111 | 11011 | 101000111 | 110100 | 110000 |
Color Harmonies of #BA3A81
Complementary color
Monochromatic Colors of #BA3A81
Black with #BA3A81
Text Example
Text Example
White with #BA3A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A81; }
p { color: rgb(186,58,129); }
H1.HeaderClassName
{
color: #BA3A81;
}
.AnyTagClassName
{
color: #BA3A81;
}
</style>
background-color css
<style>
a { background-color: #BA3A81; }
a { background-color: rgb(186,58,129); }
div.DivClassName
{
background-color: #BA3A81;
}
.BgClassName
{
background-color: #BA3A81;
}
</style>
border-color css
<style>
span { border-color: #BA3A81; }
span { border-color: rgb(186,58,129); }
td.TdClassName
{
border-color: #BA3A81;
}
.TagClassName
{
border-color: #BA3A81;
}
</style>