Shades of Medium Red Violet #BA389D
Tints of Medium Red Violet #BA389D
RGB
CMYK
RGB Variations
Color information
#BA389D (or 0xBA389D) is known color: Medium Red Violet. HEX triplet: BA, 38 and 9D. RGB value is (186,56,157). Sum of RGB (Red+Green+Blue) = 186+56+157=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA389D is #45C762. Grayscale: #6A6A6A. Windows color (decimal): -4573027 or 10303674. OLE color: 10303674.
HSL color Cylindrical-coordinate representation of color #BA389D: hue angle of 313.38º 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 #BA389D is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 157 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.27 |
| HSL | 313.38º | 0.54% | 0.47% | - |
| HSV(B) | 313.38º | 0.7% | 0.73% | - |
| XYZ | 27.75 | 15.7 | 33.47 | - |
| YUV | 106.38 | 156.57 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 157 | 0 | 0.70 | 0.16 | 0.27 | 313.38 | 0.54 | 0.47 |
| Hex | BA | 38 | 9D | 0 | 46 | 10 | 1B | 139 | 36 | 2F |
| Octal | 272 | 70 | 235 | 0 | 106 | 20 | 33 | 471 | 66 | 57 |
| Binary | 10111010 | 111000 | 10011101 | 0 | 1000110 | 10000 | 11011 | 100111001 | 110110 | 101111 |
Color Harmonies of #BA389D
Complementary color
Monochromatic Colors of #BA389D
Black with #BA389D
Text Example
Text Example
White with #BA389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA389D; }
p { color: rgb(186,56,157); }
H1.HeaderClassName
{
color: #BA389D;
}
.AnyTagClassName
{
color: #BA389D;
}
</style>
background-color css
<style>
a { background-color: #BA389D; }
a { background-color: rgb(186,56,157); }
div.DivClassName
{
background-color: #BA389D;
}
.BgClassName
{
background-color: #BA389D;
}
</style>
border-color css
<style>
span { border-color: #BA389D; }
span { border-color: rgb(186,56,157); }
td.TdClassName
{
border-color: #BA389D;
}
.TagClassName
{
border-color: #BA389D;
}
</style>