Shades of Mulberry #BA5499
Tints of Mulberry #BA5499
RGB
CMYK
RGB Variations
Color information
#BA5499 (or 0xBA5499) is known color: Mulberry. HEX triplet: BA, 54 and 99. RGB value is (186,84,153). Sum of RGB (Red+Green+Blue) = 186+84+153=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5499 is #45AB66. Grayscale: #7A7A7A. Windows color (decimal): -4565863 or 10048698. OLE color: 10048698.
HSL color Cylindrical-coordinate representation of color #BA5499: hue angle of 319.41º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5499 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 153 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.27 |
| HSL | 319.41º | 0.43% | 0.53% | - |
| HSV(B) | 319.41º | 0.55% | 0.73% | - |
| XYZ | 29.17 | 19.08 | 32.28 | - |
| YUV | 122.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 153 | 0 | 0.55 | 0.18 | 0.27 | 319.41 | 0.43 | 0.53 |
| Hex | BA | 54 | 99 | 0 | 37 | 12 | 1B | 13F | 2A | 35 |
| Octal | 272 | 124 | 231 | 0 | 67 | 22 | 33 | 477 | 52 | 65 |
| Binary | 10111010 | 1010100 | 10011001 | 0 | 110111 | 10010 | 11011 | 100111111 | 101010 | 110101 |
Color Harmonies of #BA5499
Complementary color
Monochromatic Colors of #BA5499
Black with #BA5499
Text Example
Text Example
White with #BA5499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5499; }
p { color: rgb(186,84,153); }
H1.HeaderClassName
{
color: #BA5499;
}
.AnyTagClassName
{
color: #BA5499;
}
</style>
background-color css
<style>
a { background-color: #BA5499; }
a { background-color: rgb(186,84,153); }
div.DivClassName
{
background-color: #BA5499;
}
.BgClassName
{
background-color: #BA5499;
}
</style>
border-color css
<style>
span { border-color: #BA5499; }
span { border-color: rgb(186,84,153); }
td.TdClassName
{
border-color: #BA5499;
}
.TagClassName
{
border-color: #BA5499;
}
</style>