Shades of Mulberry #BA569E
Tints of Mulberry #BA569E
RGB
CMYK
RGB Variations
Color information
#BA569E (or 0xBA569E) is known color: Mulberry. HEX triplet: BA, 56 and 9E. RGB value is (186,86,158). Sum of RGB (Red+Green+Blue) = 186+86+158=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA569E is #45A961. Grayscale: #7B7B7B. Windows color (decimal): -4565346 or 10376890. OLE color: 10376890.
HSL color Cylindrical-coordinate representation of color #BA569E: hue angle of 316.8º 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 #BA569E is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 158 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.27 |
| HSL | 316.8º | 0.42% | 0.53% | - |
| HSV(B) | 316.8º | 0.54% | 0.73% | - |
| XYZ | 29.75 | 19.56 | 34.56 | - |
| YUV | 124.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 158 | 0 | 0.54 | 0.15 | 0.27 | 316.8 | 0.42 | 0.53 |
| Hex | BA | 56 | 9E | 0 | 36 | F | 1B | 13D | 2A | 35 |
| Octal | 272 | 126 | 236 | 0 | 66 | 17 | 33 | 475 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10011110 | 0 | 110110 | 1111 | 11011 | 100111101 | 101010 | 110101 |
Color Harmonies of #BA569E
Complementary color
Monochromatic Colors of #BA569E
Black with #BA569E
Text Example
Text Example
White with #BA569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA569E; }
p { color: rgb(186,86,158); }
H1.HeaderClassName
{
color: #BA569E;
}
.AnyTagClassName
{
color: #BA569E;
}
</style>
background-color css
<style>
a { background-color: #BA569E; }
a { background-color: rgb(186,86,158); }
div.DivClassName
{
background-color: #BA569E;
}
.BgClassName
{
background-color: #BA569E;
}
</style>
border-color css
<style>
span { border-color: #BA569E; }
span { border-color: rgb(186,86,158); }
td.TdClassName
{
border-color: #BA569E;
}
.TagClassName
{
border-color: #BA569E;
}
</style>