Shades of Medium Red Violet #BA34A3
Tints of Medium Red Violet #BA34A3
RGB
CMYK
RGB Variations
Color information
#BA34A3 (or 0xBA34A3) is known color: Medium Red Violet. HEX triplet: BA, 34 and A3. RGB value is (186,52,163). Sum of RGB (Red+Green+Blue) = 186+52+163=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA34A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA34A3 is #45CB5C. Grayscale: #686868. Windows color (decimal): -4574045 or 10695866. OLE color: 10695866.
HSL color Cylindrical-coordinate representation of color #BA34A3: hue angle of 310.3º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA34A3 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 163 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.27 |
| HSL | 310.3º | 0.56% | 0.47% | - |
| HSV(B) | 310.3º | 0.72% | 0.73% | - |
| XYZ | 28.09 | 15.54 | 36.17 | - |
| YUV | 104.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 163 | 0 | 0.72 | 0.12 | 0.27 | 310.3 | 0.56 | 0.47 |
| Hex | BA | 34 | A3 | 0 | 48 | C | 1B | 136 | 38 | 2F |
| Octal | 272 | 64 | 243 | 0 | 110 | 14 | 33 | 466 | 70 | 57 |
| Binary | 10111010 | 110100 | 10100011 | 0 | 1001000 | 1100 | 11011 | 100110110 | 111000 | 101111 |
Color Harmonies of #BA34A3
Complementary color
Monochromatic Colors of #BA34A3
Black with #BA34A3
Text Example
Text Example
White with #BA34A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34A3; }
p { color: rgb(186,52,163); }
H1.HeaderClassName
{
color: #BA34A3;
}
.AnyTagClassName
{
color: #BA34A3;
}
</style>
background-color css
<style>
a { background-color: #BA34A3; }
a { background-color: rgb(186,52,163); }
div.DivClassName
{
background-color: #BA34A3;
}
.BgClassName
{
background-color: #BA34A3;
}
</style>
border-color css
<style>
span { border-color: #BA34A3; }
span { border-color: rgb(186,52,163); }
td.TdClassName
{
border-color: #BA34A3;
}
.TagClassName
{
border-color: #BA34A3;
}
</style>