Shades of Mulberry #BA549B
Tints of Mulberry #BA549B
RGB
CMYK
RGB Variations
Color information
#BA549B (or 0xBA549B) is known color: Mulberry. HEX triplet: BA, 54 and 9B. RGB value is (186,84,155). Sum of RGB (Red+Green+Blue) = 186+84+155=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA549B is #45AB64. Grayscale: #7A7A7A. Windows color (decimal): -4565861 or 10179770. OLE color: 10179770.
HSL color Cylindrical-coordinate representation of color #BA549B: hue angle of 318.24º 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 #BA549B is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 155 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.27 |
| HSL | 318.24º | 0.43% | 0.53% | - |
| HSV(B) | 318.24º | 0.55% | 0.73% | - |
| XYZ | 29.34 | 19.15 | 33.16 | - |
| YUV | 122.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 155 | 0 | 0.55 | 0.17 | 0.27 | 318.24 | 0.43 | 0.53 |
| Hex | BA | 54 | 9B | 0 | 37 | 11 | 1B | 13E | 2A | 35 |
| Octal | 272 | 124 | 233 | 0 | 67 | 21 | 33 | 476 | 52 | 65 |
| Binary | 10111010 | 1010100 | 10011011 | 0 | 110111 | 10001 | 11011 | 100111110 | 101010 | 110101 |
Color Harmonies of #BA549B
Complementary color
Monochromatic Colors of #BA549B
Black with #BA549B
Text Example
Text Example
White with #BA549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA549B; }
p { color: rgb(186,84,155); }
H1.HeaderClassName
{
color: #BA549B;
}
.AnyTagClassName
{
color: #BA549B;
}
</style>
background-color css
<style>
a { background-color: #BA549B; }
a { background-color: rgb(186,84,155); }
div.DivClassName
{
background-color: #BA549B;
}
.BgClassName
{
background-color: #BA549B;
}
</style>
border-color css
<style>
span { border-color: #BA549B; }
span { border-color: rgb(186,84,155); }
td.TdClassName
{
border-color: #BA549B;
}
.TagClassName
{
border-color: #BA549B;
}
</style>