Shades of Mulberry #BA569C
Tints of Mulberry #BA569C
RGB
CMYK
RGB Variations
Color information
#BA569C (or 0xBA569C) is known color: Mulberry. HEX triplet: BA, 56 and 9C. RGB value is (186,86,156). Sum of RGB (Red+Green+Blue) = 186+86+156=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA569C is #45A963. Grayscale: #7B7B7B. Windows color (decimal): -4565348 or 10245818. OLE color: 10245818.
HSL color Cylindrical-coordinate representation of color #BA569C: hue angle of 318º 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 #BA569C is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 156 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.27 |
| HSL | 318º | 0.42% | 0.53% | - |
| HSV(B) | 318º | 0.54% | 0.73% | - |
| XYZ | 29.58 | 19.49 | 33.66 | - |
| YUV | 123.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 156 | 0 | 0.54 | 0.16 | 0.27 | 318 | 0.42 | 0.53 |
| Hex | BA | 56 | 9C | 0 | 36 | 10 | 1B | 13E | 2A | 35 |
| Octal | 272 | 126 | 234 | 0 | 66 | 20 | 33 | 476 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10011100 | 0 | 110110 | 10000 | 11011 | 100111110 | 101010 | 110101 |
Color Harmonies of #BA569C
Complementary color
Monochromatic Colors of #BA569C
Black with #BA569C
Text Example
Text Example
White with #BA569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA569C; }
p { color: rgb(186,86,156); }
H1.HeaderClassName
{
color: #BA569C;
}
.AnyTagClassName
{
color: #BA569C;
}
</style>
background-color css
<style>
a { background-color: #BA569C; }
a { background-color: rgb(186,86,156); }
div.DivClassName
{
background-color: #BA569C;
}
.BgClassName
{
background-color: #BA569C;
}
</style>
border-color css
<style>
span { border-color: #BA569C; }
span { border-color: rgb(186,86,156); }
td.TdClassName
{
border-color: #BA569C;
}
.TagClassName
{
border-color: #BA569C;
}
</style>