Shades of Medium Red Violet #BA2477
Tints of Medium Red Violet #BA2477
RGB
CMYK
RGB Variations
Color information
#BA2477 (or 0xBA2477) is known color: Medium Red Violet. HEX triplet: BA, 24 and 77. RGB value is (186,36,119). Sum of RGB (Red+Green+Blue) = 186+36+119=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2477 is #45DB88. Grayscale: #5A5A5A. Windows color (decimal): -4578185 or 7808186. OLE color: 7808186.
HSL color Cylindrical-coordinate representation of color #BA2477: hue angle of 326.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2477 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 119 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.27 |
| HSL | 326.8º | 0.68% | 0.44% | - |
| HSV(B) | 326.8º | 0.81% | 0.73% | - |
| XYZ | 24.21 | 13.03 | 18.69 | - |
| YUV | 90.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 119 | 0 | 0.81 | 0.36 | 0.27 | 326.8 | 0.68 | 0.44 |
| Hex | BA | 24 | 77 | 0 | 51 | 24 | 1B | 147 | 44 | 2C |
| Octal | 272 | 44 | 167 | 0 | 121 | 44 | 33 | 507 | 104 | 54 |
| Binary | 10111010 | 100100 | 1110111 | 0 | 1010001 | 100100 | 11011 | 101000111 | 1000100 | 101100 |
Color Harmonies of #BA2477
Complementary color
Monochromatic Colors of #BA2477
Black with #BA2477
Text Example
Text Example
White with #BA2477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2477; }
p { color: rgb(186,36,119); }
H1.HeaderClassName
{
color: #BA2477;
}
.AnyTagClassName
{
color: #BA2477;
}
</style>
background-color css
<style>
a { background-color: #BA2477; }
a { background-color: rgb(186,36,119); }
div.DivClassName
{
background-color: #BA2477;
}
.BgClassName
{
background-color: #BA2477;
}
</style>
border-color css
<style>
span { border-color: #BA2477; }
span { border-color: rgb(186,36,119); }
td.TdClassName
{
border-color: #BA2477;
}
.TagClassName
{
border-color: #BA2477;
}
</style>