Shades of Medium Red Violet #BA389C
Tints of Medium Red Violet #BA389C
RGB
CMYK
RGB Variations
Color information
#BA389C (or 0xBA389C) is known color: Medium Red Violet. HEX triplet: BA, 38 and 9C. RGB value is (186,56,156). Sum of RGB (Red+Green+Blue) = 186+56+156=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA389C is #45C763. Grayscale: #6A6A6A. Windows color (decimal): -4573028 or 10238138. OLE color: 10238138.
HSL color Cylindrical-coordinate representation of color #BA389C: hue angle of 313.85º 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 #BA389C is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 156 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.27 |
| HSL | 313.85º | 0.54% | 0.47% | - |
| HSV(B) | 313.85º | 0.7% | 0.73% | - |
| XYZ | 27.66 | 15.67 | 33.02 | - |
| YUV | 106.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 156 | 0 | 0.70 | 0.16 | 0.27 | 313.85 | 0.54 | 0.47 |
| Hex | BA | 38 | 9C | 0 | 46 | 10 | 1B | 13A | 36 | 2F |
| Octal | 272 | 70 | 234 | 0 | 106 | 20 | 33 | 472 | 66 | 57 |
| Binary | 10111010 | 111000 | 10011100 | 0 | 1000110 | 10000 | 11011 | 100111010 | 110110 | 101111 |
Color Harmonies of #BA389C
Complementary color
Monochromatic Colors of #BA389C
Black with #BA389C
Text Example
Text Example
White with #BA389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA389C; }
p { color: rgb(186,56,156); }
H1.HeaderClassName
{
color: #BA389C;
}
.AnyTagClassName
{
color: #BA389C;
}
</style>
background-color css
<style>
a { background-color: #BA389C; }
a { background-color: rgb(186,56,156); }
div.DivClassName
{
background-color: #BA389C;
}
.BgClassName
{
background-color: #BA389C;
}
</style>
border-color css
<style>
span { border-color: #BA389C; }
span { border-color: rgb(186,56,156); }
td.TdClassName
{
border-color: #BA389C;
}
.TagClassName
{
border-color: #BA389C;
}
</style>