Shades of Mulberry #BA539B
Tints of Mulberry #BA539B
RGB
CMYK
RGB Variations
Color information
#BA539B (or 0xBA539B) is known color: Mulberry. HEX triplet: BA, 53 and 9B. RGB value is (186,83,155). Sum of RGB (Red+Green+Blue) = 186+83+155=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA539B is #45AC64. Grayscale: #797979. Windows color (decimal): -4566117 or 10179514. OLE color: 10179514.
HSL color Cylindrical-coordinate representation of color #BA539B: hue angle of 318.06º 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 #BA539B is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 155 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.27 |
| HSL | 318.06º | 0.43% | 0.53% | - |
| HSV(B) | 318.06º | 0.55% | 0.73% | - |
| XYZ | 29.26 | 18.99 | 33.13 | - |
| YUV | 122.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 155 | 0 | 0.55 | 0.17 | 0.27 | 318.06 | 0.43 | 0.53 |
| Hex | BA | 53 | 9B | 0 | 37 | 11 | 1B | 13E | 2B | 35 |
| Octal | 272 | 123 | 233 | 0 | 67 | 21 | 33 | 476 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10011011 | 0 | 110111 | 10001 | 11011 | 100111110 | 101011 | 110101 |
Color Harmonies of #BA539B
Complementary color
Monochromatic Colors of #BA539B
Black with #BA539B
Text Example
Text Example
White with #BA539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA539B; }
p { color: rgb(186,83,155); }
H1.HeaderClassName
{
color: #BA539B;
}
.AnyTagClassName
{
color: #BA539B;
}
</style>
background-color css
<style>
a { background-color: #BA539B; }
a { background-color: rgb(186,83,155); }
div.DivClassName
{
background-color: #BA539B;
}
.BgClassName
{
background-color: #BA539B;
}
</style>
border-color css
<style>
span { border-color: #BA539B; }
span { border-color: rgb(186,83,155); }
td.TdClassName
{
border-color: #BA539B;
}
.TagClassName
{
border-color: #BA539B;
}
</style>