Shades of Mulberry #BA4E8C
Tints of Mulberry #BA4E8C
RGB
CMYK
RGB Variations
Color information
#BA4E8C (or 0xBA4E8C) is known color: Mulberry. HEX triplet: BA, 4E and 8C. RGB value is (186,78,140). Sum of RGB (Red+Green+Blue) = 186+78+140=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E8C is #45B173. Grayscale: #757575. Windows color (decimal): -4567412 or 9195194. OLE color: 9195194.
HSL color Cylindrical-coordinate representation of color #BA4E8C: hue angle of 325.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E8C is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 140 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.27 |
| HSL | 325.56º | 0.44% | 0.52% | - |
| HSV(B) | 325.56º | 0.58% | 0.73% | - |
| XYZ | 27.71 | 17.78 | 26.78 | - |
| YUV | 117.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 140 | 0 | 0.58 | 0.25 | 0.27 | 325.56 | 0.44 | 0.52 |
| Hex | BA | 4E | 8C | 0 | 3A | 19 | 1B | 146 | 2C | 34 |
| Octal | 272 | 116 | 214 | 0 | 72 | 31 | 33 | 506 | 54 | 64 |
| Binary | 10111010 | 1001110 | 10001100 | 0 | 111010 | 11001 | 11011 | 101000110 | 101100 | 110100 |
Color Harmonies of #BA4E8C
Complementary color
Monochromatic Colors of #BA4E8C
Black with #BA4E8C
Text Example
Text Example
White with #BA4E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E8C; }
p { color: rgb(186,78,140); }
H1.HeaderClassName
{
color: #BA4E8C;
}
.AnyTagClassName
{
color: #BA4E8C;
}
</style>
background-color css
<style>
a { background-color: #BA4E8C; }
a { background-color: rgb(186,78,140); }
div.DivClassName
{
background-color: #BA4E8C;
}
.BgClassName
{
background-color: #BA4E8C;
}
</style>
border-color css
<style>
span { border-color: #BA4E8C; }
span { border-color: rgb(186,78,140); }
td.TdClassName
{
border-color: #BA4E8C;
}
.TagClassName
{
border-color: #BA4E8C;
}
</style>