Shades of Mulberry #BA5993
Tints of Mulberry #BA5993
RGB
CMYK
RGB Variations
Color information
#BA5993 (or 0xBA5993) is known color: Mulberry. HEX triplet: BA, 59 and 93. RGB value is (186,89,147). Sum of RGB (Red+Green+Blue) = 186+89+147=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5993 is #45A66C. Grayscale: #7C7C7C. Windows color (decimal): -4564589 or 9656762. OLE color: 9656762.
HSL color Cylindrical-coordinate representation of color #BA5993: hue angle of 324.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5993 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 147 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.27 |
| HSL | 324.12º | 0.41% | 0.54% | - |
| HSV(B) | 324.12º | 0.52% | 0.73% | - |
| XYZ | 29.09 | 19.69 | 29.87 | - |
| YUV | 124.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 147 | 0 | 0.52 | 0.21 | 0.27 | 324.12 | 0.41 | 0.54 |
| Hex | BA | 59 | 93 | 0 | 34 | 15 | 1B | 144 | 29 | 36 |
| Octal | 272 | 131 | 223 | 0 | 64 | 25 | 33 | 504 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10010011 | 0 | 110100 | 10101 | 11011 | 101000100 | 101001 | 110110 |
Color Harmonies of #BA5993
Complementary color
Monochromatic Colors of #BA5993
Black with #BA5993
Text Example
Text Example
White with #BA5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5993; }
p { color: rgb(186,89,147); }
H1.HeaderClassName
{
color: #BA5993;
}
.AnyTagClassName
{
color: #BA5993;
}
</style>
background-color css
<style>
a { background-color: #BA5993; }
a { background-color: rgb(186,89,147); }
div.DivClassName
{
background-color: #BA5993;
}
.BgClassName
{
background-color: #BA5993;
}
</style>
border-color css
<style>
span { border-color: #BA5993; }
span { border-color: rgb(186,89,147); }
td.TdClassName
{
border-color: #BA5993;
}
.TagClassName
{
border-color: #BA5993;
}
</style>