Shades of Medium Red Violet #BA2D7A
Tints of Medium Red Violet #BA2D7A
RGB
CMYK
RGB Variations
Color information
#BA2D7A (or 0xBA2D7A) is known color: Medium Red Violet. HEX triplet: BA, 2D and 7A. RGB value is (186,45,122). Sum of RGB (Red+Green+Blue) = 186+45+122=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D7A is #45D285. Grayscale: #5F5F5F. Windows color (decimal): -4575878 or 8007098. OLE color: 8007098.
HSL color Cylindrical-coordinate representation of color #BA2D7A: hue angle of 327.23º 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 #BA2D7A is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 122 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.27 |
| HSL | 327.23º | 0.61% | 0.45% | - |
| HSV(B) | 327.23º | 0.76% | 0.73% | - |
| XYZ | 24.7 | 13.72 | 19.76 | - |
| YUV | 95.94 | 142.71 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 122 | 0 | 0.76 | 0.34 | 0.27 | 327.23 | 0.61 | 0.45 |
| Hex | BA | 2D | 7A | 0 | 4C | 22 | 1B | 147 | 3D | 2D |
| Octal | 272 | 55 | 172 | 0 | 114 | 42 | 33 | 507 | 75 | 55 |
| Binary | 10111010 | 101101 | 1111010 | 0 | 1001100 | 100010 | 11011 | 101000111 | 111101 | 101101 |
Color Harmonies of #BA2D7A
Complementary color
Monochromatic Colors of #BA2D7A
Black with #BA2D7A
Text Example
Text Example
White with #BA2D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D7A; }
p { color: rgb(186,45,122); }
H1.HeaderClassName
{
color: #BA2D7A;
}
.AnyTagClassName
{
color: #BA2D7A;
}
</style>
background-color css
<style>
a { background-color: #BA2D7A; }
a { background-color: rgb(186,45,122); }
div.DivClassName
{
background-color: #BA2D7A;
}
.BgClassName
{
background-color: #BA2D7A;
}
</style>
border-color css
<style>
span { border-color: #BA2D7A; }
span { border-color: rgb(186,45,122); }
td.TdClassName
{
border-color: #BA2D7A;
}
.TagClassName
{
border-color: #BA2D7A;
}
</style>