Shades of Medium Red Violet #BA2C9D
Tints of Medium Red Violet #BA2C9D
RGB
CMYK
RGB Variations
Color information
#BA2C9D (or 0xBA2C9D) is known color: Medium Red Violet. HEX triplet: BA, 2C and 9D. RGB value is (186,44,157). Sum of RGB (Red+Green+Blue) = 186+44+157=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2C9D is #45D362. Grayscale: #636363. Windows color (decimal): -4576099 or 10300602. OLE color: 10300602.
HSL color Cylindrical-coordinate representation of color #BA2C9D: hue angle of 312.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2C9D is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 157 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.27 |
| HSL | 312.25º | 0.62% | 0.45% | - |
| HSV(B) | 312.25º | 0.76% | 0.73% | - |
| XYZ | 27.24 | 14.67 | 33.3 | - |
| YUV | 99.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 157 | 0 | 0.76 | 0.16 | 0.27 | 312.25 | 0.62 | 0.45 |
| Hex | BA | 2C | 9D | 0 | 4C | 10 | 1B | 138 | 3E | 2D |
| Octal | 272 | 54 | 235 | 0 | 114 | 20 | 33 | 470 | 76 | 55 |
| Binary | 10111010 | 101100 | 10011101 | 0 | 1001100 | 10000 | 11011 | 100111000 | 111110 | 101101 |
Color Harmonies of #BA2C9D
Complementary color
Monochromatic Colors of #BA2C9D
Black with #BA2C9D
Text Example
Text Example
White with #BA2C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C9D; }
p { color: rgb(186,44,157); }
H1.HeaderClassName
{
color: #BA2C9D;
}
.AnyTagClassName
{
color: #BA2C9D;
}
</style>
background-color css
<style>
a { background-color: #BA2C9D; }
a { background-color: rgb(186,44,157); }
div.DivClassName
{
background-color: #BA2C9D;
}
.BgClassName
{
background-color: #BA2C9D;
}
</style>
border-color css
<style>
span { border-color: #BA2C9D; }
span { border-color: rgb(186,44,157); }
td.TdClassName
{
border-color: #BA2C9D;
}
.TagClassName
{
border-color: #BA2C9D;
}
</style>