Shades of Mulberry #BA5299
Tints of Mulberry #BA5299
RGB
CMYK
RGB Variations
Color information
#BA5299 (or 0xBA5299) is known color: Mulberry. HEX triplet: BA, 52 and 99. RGB value is (186,82,153). Sum of RGB (Red+Green+Blue) = 186+82+153=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5299 is #45AD66. Grayscale: #797979. Windows color (decimal): -4566375 or 10048186. OLE color: 10048186.
HSL color Cylindrical-coordinate representation of color #BA5299: hue angle of 319.04º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5299 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 153 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.27 |
| HSL | 319.04º | 0.43% | 0.53% | - |
| HSV(B) | 319.04º | 0.56% | 0.73% | - |
| XYZ | 29.02 | 18.77 | 32.23 | - |
| YUV | 121.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 153 | 0 | 0.56 | 0.18 | 0.27 | 319.04 | 0.43 | 0.53 |
| Hex | BA | 52 | 99 | 0 | 38 | 12 | 1B | 13F | 2B | 35 |
| Octal | 272 | 122 | 231 | 0 | 70 | 22 | 33 | 477 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10011001 | 0 | 111000 | 10010 | 11011 | 100111111 | 101011 | 110101 |
Color Harmonies of #BA5299
Complementary color
Monochromatic Colors of #BA5299
Black with #BA5299
Text Example
Text Example
White with #BA5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5299; }
p { color: rgb(186,82,153); }
H1.HeaderClassName
{
color: #BA5299;
}
.AnyTagClassName
{
color: #BA5299;
}
</style>
background-color css
<style>
a { background-color: #BA5299; }
a { background-color: rgb(186,82,153); }
div.DivClassName
{
background-color: #BA5299;
}
.BgClassName
{
background-color: #BA5299;
}
</style>
border-color css
<style>
span { border-color: #BA5299; }
span { border-color: rgb(186,82,153); }
td.TdClassName
{
border-color: #BA5299;
}
.TagClassName
{
border-color: #BA5299;
}
</style>