Shades of Mulberry #BA569D
Tints of Mulberry #BA569D
RGB
CMYK
RGB Variations
Color information
#BA569D (or 0xBA569D) is known color: Mulberry. HEX triplet: BA, 56 and 9D. RGB value is (186,86,157). Sum of RGB (Red+Green+Blue) = 186+86+157=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA569D is #45A962. Grayscale: #7B7B7B. Windows color (decimal): -4565347 or 10311354. OLE color: 10311354.
HSL color Cylindrical-coordinate representation of color #BA569D: hue angle of 317.4º 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 #BA569D is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 157 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.27 |
| HSL | 317.4º | 0.42% | 0.53% | - |
| HSV(B) | 317.4º | 0.54% | 0.73% | - |
| XYZ | 29.66 | 19.53 | 34.1 | - |
| YUV | 123.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 157 | 0 | 0.54 | 0.16 | 0.27 | 317.4 | 0.42 | 0.53 |
| Hex | BA | 56 | 9D | 0 | 36 | 10 | 1B | 13D | 2A | 35 |
| Octal | 272 | 126 | 235 | 0 | 66 | 20 | 33 | 475 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10011101 | 0 | 110110 | 10000 | 11011 | 100111101 | 101010 | 110101 |
Color Harmonies of #BA569D
Complementary color
Monochromatic Colors of #BA569D
Black with #BA569D
Text Example
Text Example
White with #BA569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA569D; }
p { color: rgb(186,86,157); }
H1.HeaderClassName
{
color: #BA569D;
}
.AnyTagClassName
{
color: #BA569D;
}
</style>
background-color css
<style>
a { background-color: #BA569D; }
a { background-color: rgb(186,86,157); }
div.DivClassName
{
background-color: #BA569D;
}
.BgClassName
{
background-color: #BA569D;
}
</style>
border-color css
<style>
span { border-color: #BA569D; }
span { border-color: rgb(186,86,157); }
td.TdClassName
{
border-color: #BA569D;
}
.TagClassName
{
border-color: #BA569D;
}
</style>