Shades of Medium Red Violet #BA2B9E
Tints of Medium Red Violet #BA2B9E
RGB
CMYK
RGB Variations
Color information
#BA2B9E (or 0xBA2B9E) is known color: Medium Red Violet. HEX triplet: BA, 2B and 9E. RGB value is (186,43,158). Sum of RGB (Red+Green+Blue) = 186+43+158=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2B9E is #45D461. Grayscale: #626262. Windows color (decimal): -4576354 or 10365882. OLE color: 10365882.
HSL color Cylindrical-coordinate representation of color #BA2B9E: hue angle of 311.75º 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 #BA2B9E is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 158 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.27 |
| HSL | 311.75º | 0.62% | 0.45% | - |
| HSV(B) | 311.75º | 0.77% | 0.73% | - |
| XYZ | 27.29 | 14.64 | 33.73 | - |
| YUV | 98.87 | 161.38 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 158 | 0 | 0.77 | 0.15 | 0.27 | 311.75 | 0.62 | 0.45 |
| Hex | BA | 2B | 9E | 0 | 4D | F | 1B | 138 | 3E | 2D |
| Octal | 272 | 53 | 236 | 0 | 115 | 17 | 33 | 470 | 76 | 55 |
| Binary | 10111010 | 101011 | 10011110 | 0 | 1001101 | 1111 | 11011 | 100111000 | 111110 | 101101 |
Color Harmonies of #BA2B9E
Complementary color
Monochromatic Colors of #BA2B9E
Black with #BA2B9E
Text Example
Text Example
White with #BA2B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2B9E; }
p { color: rgb(186,43,158); }
H1.HeaderClassName
{
color: #BA2B9E;
}
.AnyTagClassName
{
color: #BA2B9E;
}
</style>
background-color css
<style>
a { background-color: #BA2B9E; }
a { background-color: rgb(186,43,158); }
div.DivClassName
{
background-color: #BA2B9E;
}
.BgClassName
{
background-color: #BA2B9E;
}
</style>
border-color css
<style>
span { border-color: #BA2B9E; }
span { border-color: rgb(186,43,158); }
td.TdClassName
{
border-color: #BA2B9E;
}
.TagClassName
{
border-color: #BA2B9E;
}
</style>