Shades of Mulberry #BA559B
Tints of Mulberry #BA559B
RGB
CMYK
RGB Variations
Color information
#BA559B (or 0xBA559B) is known color: Mulberry. HEX triplet: BA, 55 and 9B. RGB value is (186,85,155). Sum of RGB (Red+Green+Blue) = 186+85+155=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA559B is #45AA64. Grayscale: #7A7A7A. Windows color (decimal): -4565605 or 10180026. OLE color: 10180026.
HSL color Cylindrical-coordinate representation of color #BA559B: hue angle of 318.42º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA559B is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 155 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.27 |
| HSL | 318.42º | 0.42% | 0.53% | - |
| HSV(B) | 318.42º | 0.54% | 0.73% | - |
| XYZ | 29.41 | 19.3 | 33.19 | - |
| YUV | 123.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 155 | 0 | 0.54 | 0.17 | 0.27 | 318.42 | 0.42 | 0.53 |
| Hex | BA | 55 | 9B | 0 | 36 | 11 | 1B | 13E | 2A | 35 |
| Octal | 272 | 125 | 233 | 0 | 66 | 21 | 33 | 476 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10011011 | 0 | 110110 | 10001 | 11011 | 100111110 | 101010 | 110101 |
Color Harmonies of #BA559B
Complementary color
Monochromatic Colors of #BA559B
Black with #BA559B
Text Example
Text Example
White with #BA559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA559B; }
p { color: rgb(186,85,155); }
H1.HeaderClassName
{
color: #BA559B;
}
.AnyTagClassName
{
color: #BA559B;
}
</style>
background-color css
<style>
a { background-color: #BA559B; }
a { background-color: rgb(186,85,155); }
div.DivClassName
{
background-color: #BA559B;
}
.BgClassName
{
background-color: #BA559B;
}
</style>
border-color css
<style>
span { border-color: #BA559B; }
span { border-color: rgb(186,85,155); }
td.TdClassName
{
border-color: #BA559B;
}
.TagClassName
{
border-color: #BA559B;
}
</style>