Shades of Medium Red Violet #BA3A7B
Tints of Medium Red Violet #BA3A7B
RGB
CMYK
RGB Variations
Color information
#BA3A7B (or 0xBA3A7B) is known color: Medium Red Violet. HEX triplet: BA, 3A and 7B. RGB value is (186,58,123). Sum of RGB (Red+Green+Blue) = 186+58+123=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A7B is #45C584. Grayscale: #676767. Windows color (decimal): -4572549 or 8075962. OLE color: 8075962.
HSL color Cylindrical-coordinate representation of color #BA3A7B: hue angle of 329.53º 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 #BA3A7B is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 123 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.27 |
| HSL | 329.53º | 0.52% | 0.48% | - |
| HSV(B) | 329.53º | 0.69% | 0.73% | - |
| XYZ | 25.34 | 14.9 | 20.28 | - |
| YUV | 103.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 123 | 0 | 0.69 | 0.34 | 0.27 | 329.53 | 0.52 | 0.48 |
| Hex | BA | 3A | 7B | 0 | 45 | 22 | 1B | 14A | 34 | 30 |
| Octal | 272 | 72 | 173 | 0 | 105 | 42 | 33 | 512 | 64 | 60 |
| Binary | 10111010 | 111010 | 1111011 | 0 | 1000101 | 100010 | 11011 | 101001010 | 110100 | 110000 |
Color Harmonies of #BA3A7B
Complementary color
Monochromatic Colors of #BA3A7B
Black with #BA3A7B
Text Example
Text Example
White with #BA3A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A7B; }
p { color: rgb(186,58,123); }
H1.HeaderClassName
{
color: #BA3A7B;
}
.AnyTagClassName
{
color: #BA3A7B;
}
</style>
background-color css
<style>
a { background-color: #BA3A7B; }
a { background-color: rgb(186,58,123); }
div.DivClassName
{
background-color: #BA3A7B;
}
.BgClassName
{
background-color: #BA3A7B;
}
</style>
border-color css
<style>
span { border-color: #BA3A7B; }
span { border-color: rgb(186,58,123); }
td.TdClassName
{
border-color: #BA3A7B;
}
.TagClassName
{
border-color: #BA3A7B;
}
</style>