Shades of Medium Red Violet #BA389A
Tints of Medium Red Violet #BA389A
RGB
CMYK
RGB Variations
Color information
#BA389A (or 0xBA389A) is known color: Medium Red Violet. HEX triplet: BA, 38 and 9A. RGB value is (186,56,154). Sum of RGB (Red+Green+Blue) = 186+56+154=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA389A is #45C765. Grayscale: #696969. Windows color (decimal): -4573030 or 10107066. OLE color: 10107066.
HSL color Cylindrical-coordinate representation of color #BA389A: hue angle of 314.77º 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 #BA389A is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 154 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.27 |
| HSL | 314.77º | 0.54% | 0.47% | - |
| HSV(B) | 314.77º | 0.7% | 0.73% | - |
| XYZ | 27.5 | 15.6 | 32.13 | - |
| YUV | 106.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 154 | 0 | 0.70 | 0.17 | 0.27 | 314.77 | 0.54 | 0.47 |
| Hex | BA | 38 | 9A | 0 | 46 | 11 | 1B | 13B | 36 | 2F |
| Octal | 272 | 70 | 232 | 0 | 106 | 21 | 33 | 473 | 66 | 57 |
| Binary | 10111010 | 111000 | 10011010 | 0 | 1000110 | 10001 | 11011 | 100111011 | 110110 | 101111 |
Color Harmonies of #BA389A
Complementary color
Monochromatic Colors of #BA389A
Black with #BA389A
Text Example
Text Example
White with #BA389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA389A; }
p { color: rgb(186,56,154); }
H1.HeaderClassName
{
color: #BA389A;
}
.AnyTagClassName
{
color: #BA389A;
}
</style>
background-color css
<style>
a { background-color: #BA389A; }
a { background-color: rgb(186,56,154); }
div.DivClassName
{
background-color: #BA389A;
}
.BgClassName
{
background-color: #BA389A;
}
</style>
border-color css
<style>
span { border-color: #BA389A; }
span { border-color: rgb(186,56,154); }
td.TdClassName
{
border-color: #BA389A;
}
.TagClassName
{
border-color: #BA389A;
}
</style>