Shades of Medium Red Violet #BA289B
Tints of Medium Red Violet #BA289B
RGB
CMYK
RGB Variations
Color information
#BA289B (or 0xBA289B) is known color: Medium Red Violet. HEX triplet: BA, 28 and 9B. RGB value is (186,40,155). Sum of RGB (Red+Green+Blue) = 186+40+155=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA289B is #45D764. Grayscale: #606060. Windows color (decimal): -4577125 or 10168506. OLE color: 10168506.
HSL color Cylindrical-coordinate representation of color #BA289B: hue angle of 312.74º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA289B is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 155 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.27 |
| HSL | 312.74º | 0.65% | 0.44% | - |
| HSV(B) | 312.74º | 0.78% | 0.73% | - |
| XYZ | 26.92 | 14.32 | 32.36 | - |
| YUV | 96.76 | 160.87 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 155 | 0 | 0.78 | 0.17 | 0.27 | 312.74 | 0.65 | 0.44 |
| Hex | BA | 28 | 9B | 0 | 4E | 11 | 1B | 139 | 41 | 2C |
| Octal | 272 | 50 | 233 | 0 | 116 | 21 | 33 | 471 | 101 | 54 |
| Binary | 10111010 | 101000 | 10011011 | 0 | 1001110 | 10001 | 11011 | 100111001 | 1000001 | 101100 |
Color Harmonies of #BA289B
Complementary color
Monochromatic Colors of #BA289B
Black with #BA289B
Text Example
Text Example
White with #BA289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA289B; }
p { color: rgb(186,40,155); }
H1.HeaderClassName
{
color: #BA289B;
}
.AnyTagClassName
{
color: #BA289B;
}
</style>
background-color css
<style>
a { background-color: #BA289B; }
a { background-color: rgb(186,40,155); }
div.DivClassName
{
background-color: #BA289B;
}
.BgClassName
{
background-color: #BA289B;
}
</style>
border-color css
<style>
span { border-color: #BA289B; }
span { border-color: rgb(186,40,155); }
td.TdClassName
{
border-color: #BA289B;
}
.TagClassName
{
border-color: #BA289B;
}
</style>