Shades of Medium Red Violet #BA2C7F
Tints of Medium Red Violet #BA2C7F
RGB
CMYK
RGB Variations
Color information
#BA2C7F (or 0xBA2C7F) is known color: Medium Red Violet. HEX triplet: BA, 2C and 7F. RGB value is (186,44,127). Sum of RGB (Red+Green+Blue) = 186+44+127=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2C7F is #45D380. Grayscale: #5F5F5F. Windows color (decimal): -4576129 or 8334522. OLE color: 8334522.
HSL color Cylindrical-coordinate representation of color #BA2C7F: hue angle of 324.93º 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 #BA2C7F is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 127 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.27 |
| HSL | 324.93º | 0.62% | 0.45% | - |
| HSV(B) | 324.93º | 0.76% | 0.73% | - |
| XYZ | 24.98 | 13.77 | 21.42 | - |
| YUV | 95.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 127 | 0 | 0.76 | 0.32 | 0.27 | 324.93 | 0.62 | 0.45 |
| Hex | BA | 2C | 7F | 0 | 4C | 20 | 1B | 145 | 3E | 2D |
| Octal | 272 | 54 | 177 | 0 | 114 | 40 | 33 | 505 | 76 | 55 |
| Binary | 10111010 | 101100 | 1111111 | 0 | 1001100 | 100000 | 11011 | 101000101 | 111110 | 101101 |
Color Harmonies of #BA2C7F
Complementary color
Monochromatic Colors of #BA2C7F
Black with #BA2C7F
Text Example
Text Example
White with #BA2C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C7F; }
p { color: rgb(186,44,127); }
H1.HeaderClassName
{
color: #BA2C7F;
}
.AnyTagClassName
{
color: #BA2C7F;
}
</style>
background-color css
<style>
a { background-color: #BA2C7F; }
a { background-color: rgb(186,44,127); }
div.DivClassName
{
background-color: #BA2C7F;
}
.BgClassName
{
background-color: #BA2C7F;
}
</style>
border-color css
<style>
span { border-color: #BA2C7F; }
span { border-color: rgb(186,44,127); }
td.TdClassName
{
border-color: #BA2C7F;
}
.TagClassName
{
border-color: #BA2C7F;
}
</style>