Shades of Medium Red Violet #BA2A6D
Tints of Medium Red Violet #BA2A6D
RGB
CMYK
RGB Variations
Color information
#BA2A6D (or 0xBA2A6D) is known color: Medium Red Violet. HEX triplet: BA, 2A and 6D. RGB value is (186,42,109). Sum of RGB (Red+Green+Blue) = 186+42+109=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A6D is #45D592. Grayscale: #5C5C5C. Windows color (decimal): -4576659 or 7154362. OLE color: 7154362.
HSL color Cylindrical-coordinate representation of color #BA2A6D: hue angle of 332.08º degrees, saturation: 0.63, 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 #BA2A6D is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 109 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.27 |
| HSL | 332.08º | 0.63% | 0.45% | - |
| HSV(B) | 332.08º | 0.77% | 0.73% | - |
| XYZ | 23.84 | 13.2 | 15.76 | - |
| YUV | 92.69 | 137.21 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 109 | 0 | 0.77 | 0.41 | 0.27 | 332.08 | 0.63 | 0.45 |
| Hex | BA | 2A | 6D | 0 | 4D | 29 | 1B | 14C | 3F | 2D |
| Octal | 272 | 52 | 155 | 0 | 115 | 51 | 33 | 514 | 77 | 55 |
| Binary | 10111010 | 101010 | 1101101 | 0 | 1001101 | 101001 | 11011 | 101001100 | 111111 | 101101 |
Color Harmonies of #BA2A6D
Complementary color
Monochromatic Colors of #BA2A6D
Black with #BA2A6D
Text Example
Text Example
White with #BA2A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A6D; }
p { color: rgb(186,42,109); }
H1.HeaderClassName
{
color: #BA2A6D;
}
.AnyTagClassName
{
color: #BA2A6D;
}
</style>
background-color css
<style>
a { background-color: #BA2A6D; }
a { background-color: rgb(186,42,109); }
div.DivClassName
{
background-color: #BA2A6D;
}
.BgClassName
{
background-color: #BA2A6D;
}
</style>
border-color css
<style>
span { border-color: #BA2A6D; }
span { border-color: rgb(186,42,109); }
td.TdClassName
{
border-color: #BA2A6D;
}
.TagClassName
{
border-color: #BA2A6D;
}
</style>