Shades of Medium Red Violet #BA3C88
Tints of Medium Red Violet #BA3C88
RGB
CMYK
RGB Variations
Color information
#BA3C88 (or 0xBA3C88) is known color: Medium Red Violet. HEX triplet: BA, 3C and 88. RGB value is (186,60,136). Sum of RGB (Red+Green+Blue) = 186+60+136=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3C88 is #45C377. Grayscale: #6A6A6A. Windows color (decimal): -4572024 or 8928442. OLE color: 8928442.
HSL color Cylindrical-coordinate representation of color #BA3C88: hue angle of 323.81º 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 #BA3C88 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 136 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.27 |
| HSL | 323.81º | 0.51% | 0.48% | - |
| HSV(B) | 323.81º | 0.68% | 0.73% | - |
| XYZ | 26.31 | 15.45 | 24.89 | - |
| YUV | 106.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 136 | 0 | 0.68 | 0.27 | 0.27 | 323.81 | 0.51 | 0.48 |
| Hex | BA | 3C | 88 | 0 | 44 | 1B | 1B | 144 | 33 | 30 |
| Octal | 272 | 74 | 210 | 0 | 104 | 33 | 33 | 504 | 63 | 60 |
| Binary | 10111010 | 111100 | 10001000 | 0 | 1000100 | 11011 | 11011 | 101000100 | 110011 | 110000 |
Color Harmonies of #BA3C88
Complementary color
Monochromatic Colors of #BA3C88
Black with #BA3C88
Text Example
Text Example
White with #BA3C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C88; }
p { color: rgb(186,60,136); }
H1.HeaderClassName
{
color: #BA3C88;
}
.AnyTagClassName
{
color: #BA3C88;
}
</style>
background-color css
<style>
a { background-color: #BA3C88; }
a { background-color: rgb(186,60,136); }
div.DivClassName
{
background-color: #BA3C88;
}
.BgClassName
{
background-color: #BA3C88;
}
</style>
border-color css
<style>
span { border-color: #BA3C88; }
span { border-color: rgb(186,60,136); }
td.TdClassName
{
border-color: #BA3C88;
}
.TagClassName
{
border-color: #BA3C88;
}
</style>