Shades of Medium Red Violet #BA3C8B
Tints of Medium Red Violet #BA3C8B
RGB
CMYK
RGB Variations
Color information
#BA3C8B (or 0xBA3C8B) is known color: Medium Red Violet. HEX triplet: BA, 3C and 8B. RGB value is (186,60,139). Sum of RGB (Red+Green+Blue) = 186+60+139=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3C8B is #45C374. Grayscale: #6A6A6A. Windows color (decimal): -4572021 or 9125050. OLE color: 9125050.
HSL color Cylindrical-coordinate representation of color #BA3C8B: hue angle of 322.38º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C8B is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 139 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.27 |
| HSL | 322.38º | 0.51% | 0.48% | - |
| HSV(B) | 322.38º | 0.68% | 0.73% | - |
| XYZ | 26.53 | 15.53 | 26.03 | - |
| YUV | 106.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 139 | 0 | 0.68 | 0.25 | 0.27 | 322.38 | 0.51 | 0.48 |
| Hex | BA | 3C | 8B | 0 | 44 | 19 | 1B | 142 | 33 | 30 |
| Octal | 272 | 74 | 213 | 0 | 104 | 31 | 33 | 502 | 63 | 60 |
| Binary | 10111010 | 111100 | 10001011 | 0 | 1000100 | 11001 | 11011 | 101000010 | 110011 | 110000 |
Color Harmonies of #BA3C8B
Complementary color
Monochromatic Colors of #BA3C8B
Black with #BA3C8B
Text Example
Text Example
White with #BA3C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C8B; }
p { color: rgb(186,60,139); }
H1.HeaderClassName
{
color: #BA3C8B;
}
.AnyTagClassName
{
color: #BA3C8B;
}
</style>
background-color css
<style>
a { background-color: #BA3C8B; }
a { background-color: rgb(186,60,139); }
div.DivClassName
{
background-color: #BA3C8B;
}
.BgClassName
{
background-color: #BA3C8B;
}
</style>
border-color css
<style>
span { border-color: #BA3C8B; }
span { border-color: rgb(186,60,139); }
td.TdClassName
{
border-color: #BA3C8B;
}
.TagClassName
{
border-color: #BA3C8B;
}
</style>