Shades of Mulberry #BA569A
Tints of Mulberry #BA569A
RGB
CMYK
RGB Variations
Color information
#BA569A (or 0xBA569A) is known color: Mulberry. HEX triplet: BA, 56 and 9A. RGB value is (186,86,154). Sum of RGB (Red+Green+Blue) = 186+86+154=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA569A is #45A965. Grayscale: #7B7B7B. Windows color (decimal): -4565350 or 10114746. OLE color: 10114746.
HSL color Cylindrical-coordinate representation of color #BA569A: hue angle of 319.2º 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 #BA569A is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 154 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.27 |
| HSL | 319.2º | 0.42% | 0.53% | - |
| HSV(B) | 319.2º | 0.54% | 0.73% | - |
| XYZ | 29.41 | 19.43 | 32.77 | - |
| YUV | 123.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 154 | 0 | 0.54 | 0.17 | 0.27 | 319.2 | 0.42 | 0.53 |
| Hex | BA | 56 | 9A | 0 | 36 | 11 | 1B | 13F | 2A | 35 |
| Octal | 272 | 126 | 232 | 0 | 66 | 21 | 33 | 477 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10011010 | 0 | 110110 | 10001 | 11011 | 100111111 | 101010 | 110101 |
Color Harmonies of #BA569A
Complementary color
Monochromatic Colors of #BA569A
Black with #BA569A
Text Example
Text Example
White with #BA569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA569A; }
p { color: rgb(186,86,154); }
H1.HeaderClassName
{
color: #BA569A;
}
.AnyTagClassName
{
color: #BA569A;
}
</style>
background-color css
<style>
a { background-color: #BA569A; }
a { background-color: rgb(186,86,154); }
div.DivClassName
{
background-color: #BA569A;
}
.BgClassName
{
background-color: #BA569A;
}
</style>
border-color css
<style>
span { border-color: #BA569A; }
span { border-color: rgb(186,86,154); }
td.TdClassName
{
border-color: #BA569A;
}
.TagClassName
{
border-color: #BA569A;
}
</style>