Shades of Medium Red Violet #BA389B
Tints of Medium Red Violet #BA389B
RGB
CMYK
RGB Variations
Color information
#BA389B (or 0xBA389B) is known color: Medium Red Violet. HEX triplet: BA, 38 and 9B. RGB value is (186,56,155). Sum of RGB (Red+Green+Blue) = 186+56+155=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA389B is #45C764. Grayscale: #696969. Windows color (decimal): -4573029 or 10172602. OLE color: 10172602.
HSL color Cylindrical-coordinate representation of color #BA389B: hue angle of 314.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA389B is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 155 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.27 |
| HSL | 314.31º | 0.54% | 0.47% | - |
| HSV(B) | 314.31º | 0.7% | 0.73% | - |
| XYZ | 27.58 | 15.63 | 32.57 | - |
| YUV | 106.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 155 | 0 | 0.70 | 0.17 | 0.27 | 314.31 | 0.54 | 0.47 |
| Hex | BA | 38 | 9B | 0 | 46 | 11 | 1B | 13A | 36 | 2F |
| Octal | 272 | 70 | 233 | 0 | 106 | 21 | 33 | 472 | 66 | 57 |
| Binary | 10111010 | 111000 | 10011011 | 0 | 1000110 | 10001 | 11011 | 100111010 | 110110 | 101111 |
Color Harmonies of #BA389B
Complementary color
Monochromatic Colors of #BA389B
Black with #BA389B
Text Example
Text Example
White with #BA389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA389B; }
p { color: rgb(186,56,155); }
H1.HeaderClassName
{
color: #BA389B;
}
.AnyTagClassName
{
color: #BA389B;
}
</style>
background-color css
<style>
a { background-color: #BA389B; }
a { background-color: rgb(186,56,155); }
div.DivClassName
{
background-color: #BA389B;
}
.BgClassName
{
background-color: #BA389B;
}
</style>
border-color css
<style>
span { border-color: #BA389B; }
span { border-color: rgb(186,56,155); }
td.TdClassName
{
border-color: #BA389B;
}
.TagClassName
{
border-color: #BA389B;
}
</style>