Shades of Mulberry #BA4C9D
Tints of Mulberry #BA4C9D
RGB
CMYK
RGB Variations
Color information
#BA4C9D (or 0xBA4C9D) is known color: Mulberry. HEX triplet: BA, 4C and 9D. RGB value is (186,76,157). Sum of RGB (Red+Green+Blue) = 186+76+157=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C9D is #45B362. Grayscale: #757575. Windows color (decimal): -4567907 or 10308794. OLE color: 10308794.
HSL color Cylindrical-coordinate representation of color #BA4C9D: hue angle of 315.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C9D is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 157 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.27 |
| HSL | 315.82º | 0.44% | 0.51% | - |
| HSV(B) | 315.82º | 0.59% | 0.73% | - |
| XYZ | 28.92 | 18.04 | 33.86 | - |
| YUV | 118.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 157 | 0 | 0.59 | 0.16 | 0.27 | 315.82 | 0.44 | 0.51 |
| Hex | BA | 4C | 9D | 0 | 3B | 10 | 1B | 13C | 2C | 33 |
| Octal | 272 | 114 | 235 | 0 | 73 | 20 | 33 | 474 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10011101 | 0 | 111011 | 10000 | 11011 | 100111100 | 101100 | 110011 |
Color Harmonies of #BA4C9D
Complementary color
Monochromatic Colors of #BA4C9D
Black with #BA4C9D
Text Example
Text Example
White with #BA4C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C9D; }
p { color: rgb(186,76,157); }
H1.HeaderClassName
{
color: #BA4C9D;
}
.AnyTagClassName
{
color: #BA4C9D;
}
</style>
background-color css
<style>
a { background-color: #BA4C9D; }
a { background-color: rgb(186,76,157); }
div.DivClassName
{
background-color: #BA4C9D;
}
.BgClassName
{
background-color: #BA4C9D;
}
</style>
border-color css
<style>
span { border-color: #BA4C9D; }
span { border-color: rgb(186,76,157); }
td.TdClassName
{
border-color: #BA4C9D;
}
.TagClassName
{
border-color: #BA4C9D;
}
</style>