Shades of Medium Red Violet #BA2D9B
Tints of Medium Red Violet #BA2D9B
RGB
CMYK
RGB Variations
Color information
#BA2D9B (or 0xBA2D9B) is known color: Medium Red Violet. HEX triplet: BA, 2D and 9B. RGB value is (186,45,155). Sum of RGB (Red+Green+Blue) = 186+45+155=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2D9B is #45D264. Grayscale: #636363. Windows color (decimal): -4575845 or 10169786. OLE color: 10169786.
HSL color Cylindrical-coordinate representation of color #BA2D9B: hue angle of 313.19º degrees, saturation: 0.61, 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 #BA2D9B is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 155 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.27 |
| HSL | 313.19º | 0.61% | 0.45% | - |
| HSV(B) | 313.19º | 0.76% | 0.73% | - |
| XYZ | 27.1 | 14.68 | 32.42 | - |
| YUV | 99.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 155 | 0 | 0.76 | 0.17 | 0.27 | 313.19 | 0.61 | 0.45 |
| Hex | BA | 2D | 9B | 0 | 4C | 11 | 1B | 139 | 3D | 2D |
| Octal | 272 | 55 | 233 | 0 | 114 | 21 | 33 | 471 | 75 | 55 |
| Binary | 10111010 | 101101 | 10011011 | 0 | 1001100 | 10001 | 11011 | 100111001 | 111101 | 101101 |
Color Harmonies of #BA2D9B
Complementary color
Monochromatic Colors of #BA2D9B
Black with #BA2D9B
Text Example
Text Example
White with #BA2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D9B; }
p { color: rgb(186,45,155); }
H1.HeaderClassName
{
color: #BA2D9B;
}
.AnyTagClassName
{
color: #BA2D9B;
}
</style>
background-color css
<style>
a { background-color: #BA2D9B; }
a { background-color: rgb(186,45,155); }
div.DivClassName
{
background-color: #BA2D9B;
}
.BgClassName
{
background-color: #BA2D9B;
}
</style>
border-color css
<style>
span { border-color: #BA2D9B; }
span { border-color: rgb(186,45,155); }
td.TdClassName
{
border-color: #BA2D9B;
}
.TagClassName
{
border-color: #BA2D9B;
}
</style>