Shades of Medium Red Violet #BA2B7A
Tints of Medium Red Violet #BA2B7A
RGB
CMYK
RGB Variations
Color information
#BA2B7A (or 0xBA2B7A) is known color: Medium Red Violet. HEX triplet: BA, 2B and 7A. RGB value is (186,43,122). Sum of RGB (Red+Green+Blue) = 186+43+122=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B7A is #45D485. Grayscale: #5E5E5E. Windows color (decimal): -4576390 or 8006586. OLE color: 8006586.
HSL color Cylindrical-coordinate representation of color #BA2B7A: hue angle of 326.85º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B7A is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 122 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.27 |
| HSL | 326.85º | 0.62% | 0.45% | - |
| HSV(B) | 326.85º | 0.77% | 0.73% | - |
| XYZ | 24.63 | 13.57 | 19.73 | - |
| YUV | 94.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 122 | 0 | 0.77 | 0.34 | 0.27 | 326.85 | 0.62 | 0.45 |
| Hex | BA | 2B | 7A | 0 | 4D | 22 | 1B | 147 | 3E | 2D |
| Octal | 272 | 53 | 172 | 0 | 115 | 42 | 33 | 507 | 76 | 55 |
| Binary | 10111010 | 101011 | 1111010 | 0 | 1001101 | 100010 | 11011 | 101000111 | 111110 | 101101 |
Color Harmonies of #BA2B7A
Complementary color
Monochromatic Colors of #BA2B7A
Black with #BA2B7A
Text Example
Text Example
White with #BA2B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B7A; }
p { color: rgb(186,43,122); }
H1.HeaderClassName
{
color: #BA2B7A;
}
.AnyTagClassName
{
color: #BA2B7A;
}
</style>
background-color css
<style>
a { background-color: #BA2B7A; }
a { background-color: rgb(186,43,122); }
div.DivClassName
{
background-color: #BA2B7A;
}
.BgClassName
{
background-color: #BA2B7A;
}
</style>
border-color css
<style>
span { border-color: #BA2B7A; }
span { border-color: rgb(186,43,122); }
td.TdClassName
{
border-color: #BA2B7A;
}
.TagClassName
{
border-color: #BA2B7A;
}
</style>