Shades of Medium Red Violet #BA2B9A
Tints of Medium Red Violet #BA2B9A
RGB
CMYK
RGB Variations
Color information
#BA2B9A (or 0xBA2B9A) is known color: Medium Red Violet. HEX triplet: BA, 2B and 9A. RGB value is (186,43,154). Sum of RGB (Red+Green+Blue) = 186+43+154=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2B9A is #45D465. Grayscale: #626262. Windows color (decimal): -4576358 or 10103738. OLE color: 10103738.
HSL color Cylindrical-coordinate representation of color #BA2B9A: hue angle of 313.43º 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 #BA2B9A is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 154 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.27 |
| HSL | 313.43º | 0.62% | 0.45% | - |
| HSV(B) | 313.43º | 0.77% | 0.73% | - |
| XYZ | 26.95 | 14.5 | 31.95 | - |
| YUV | 98.41 | 159.38 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 154 | 0 | 0.77 | 0.17 | 0.27 | 313.43 | 0.62 | 0.45 |
| Hex | BA | 2B | 9A | 0 | 4D | 11 | 1B | 139 | 3E | 2D |
| Octal | 272 | 53 | 232 | 0 | 115 | 21 | 33 | 471 | 76 | 55 |
| Binary | 10111010 | 101011 | 10011010 | 0 | 1001101 | 10001 | 11011 | 100111001 | 111110 | 101101 |
Color Harmonies of #BA2B9A
Complementary color
Monochromatic Colors of #BA2B9A
Black with #BA2B9A
Text Example
Text Example
White with #BA2B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B9A; }
p { color: rgb(186,43,154); }
H1.HeaderClassName
{
color: #BA2B9A;
}
.AnyTagClassName
{
color: #BA2B9A;
}
</style>
background-color css
<style>
a { background-color: #BA2B9A; }
a { background-color: rgb(186,43,154); }
div.DivClassName
{
background-color: #BA2B9A;
}
.BgClassName
{
background-color: #BA2B9A;
}
</style>
border-color css
<style>
span { border-color: #BA2B9A; }
span { border-color: rgb(186,43,154); }
td.TdClassName
{
border-color: #BA2B9A;
}
.TagClassName
{
border-color: #BA2B9A;
}
</style>