Shades of Medium Red Violet #BA2CAB
Tints of Medium Red Violet #BA2CAB
RGB
CMYK
RGB Variations
Color information
#BA2CAB (or 0xBA2CAB) is known color: Medium Red Violet. HEX triplet: BA, 2C and AB. RGB value is (186,44,171). Sum of RGB (Red+Green+Blue) = 186+44+171=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2CAB is #45D354. Grayscale: #646464. Windows color (decimal): -4576085 or 11218106. OLE color: 11218106.
HSL color Cylindrical-coordinate representation of color #BA2CAB: hue angle of 306.34º 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 #BA2CAB is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 171 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.27 |
| HSL | 306.34º | 0.62% | 0.45% | - |
| HSV(B) | 306.34º | 0.76% | 0.73% | - |
| XYZ | 28.5 | 15.18 | 39.96 | - |
| YUV | 100.94 | 167.54 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 171 | 0 | 0.76 | 0.08 | 0.27 | 306.34 | 0.62 | 0.45 |
| Hex | BA | 2C | AB | 0 | 4C | 8 | 1B | 132 | 3E | 2D |
| Octal | 272 | 54 | 253 | 0 | 114 | 10 | 33 | 462 | 76 | 55 |
| Binary | 10111010 | 101100 | 10101011 | 0 | 1001100 | 1000 | 11011 | 100110010 | 111110 | 101101 |
Color Harmonies of #BA2CAB
Complementary color
Monochromatic Colors of #BA2CAB
Black with #BA2CAB
Text Example
Text Example
White with #BA2CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CAB; }
p { color: rgb(186,44,171); }
H1.HeaderClassName
{
color: #BA2CAB;
}
.AnyTagClassName
{
color: #BA2CAB;
}
</style>
background-color css
<style>
a { background-color: #BA2CAB; }
a { background-color: rgb(186,44,171); }
div.DivClassName
{
background-color: #BA2CAB;
}
.BgClassName
{
background-color: #BA2CAB;
}
</style>
border-color css
<style>
span { border-color: #BA2CAB; }
span { border-color: rgb(186,44,171); }
td.TdClassName
{
border-color: #BA2CAB;
}
.TagClassName
{
border-color: #BA2CAB;
}
</style>