Shades of Mulberry #BA568F
Tints of Mulberry #BA568F
RGB
CMYK
RGB Variations
Color information
#BA568F (or 0xBA568F) is known color: Mulberry. HEX triplet: BA, 56 and 8F. RGB value is (186,86,143). Sum of RGB (Red+Green+Blue) = 186+86+143=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA568F is #45A970. Grayscale: #7A7A7A. Windows color (decimal): -4565361 or 9393850. OLE color: 9393850.
HSL color Cylindrical-coordinate representation of color #BA568F: hue angle of 325.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 #BA568F is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 143 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.27 |
| HSL | 325.8º | 0.42% | 0.53% | - |
| HSV(B) | 325.8º | 0.54% | 0.73% | - |
| XYZ | 28.54 | 19.08 | 28.17 | - |
| YUV | 122.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 143 | 0 | 0.54 | 0.23 | 0.27 | 325.8 | 0.42 | 0.53 |
| Hex | BA | 56 | 8F | 0 | 36 | 17 | 1B | 146 | 2A | 35 |
| Octal | 272 | 126 | 217 | 0 | 66 | 27 | 33 | 506 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10001111 | 0 | 110110 | 10111 | 11011 | 101000110 | 101010 | 110101 |
Color Harmonies of #BA568F
Complementary color
Monochromatic Colors of #BA568F
Black with #BA568F
Text Example
Text Example
White with #BA568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA568F; }
p { color: rgb(186,86,143); }
H1.HeaderClassName
{
color: #BA568F;
}
.AnyTagClassName
{
color: #BA568F;
}
</style>
background-color css
<style>
a { background-color: #BA568F; }
a { background-color: rgb(186,86,143); }
div.DivClassName
{
background-color: #BA568F;
}
.BgClassName
{
background-color: #BA568F;
}
</style>
border-color css
<style>
span { border-color: #BA568F; }
span { border-color: rgb(186,86,143); }
td.TdClassName
{
border-color: #BA568F;
}
.TagClassName
{
border-color: #BA568F;
}
</style>