Shades of Mulberry #BA4C9B
Tints of Mulberry #BA4C9B
RGB
CMYK
RGB Variations
Color information
#BA4C9B (or 0xBA4C9B) is known color: Mulberry. HEX triplet: BA, 4C and 9B. RGB value is (186,76,155). Sum of RGB (Red+Green+Blue) = 186+76+155=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C9B is #45B364. Grayscale: #757575. Windows color (decimal): -4567909 or 10177722. OLE color: 10177722.
HSL color Cylindrical-coordinate representation of color #BA4C9B: hue angle of 316.91º 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 #BA4C9B is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 155 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.27 |
| HSL | 316.91º | 0.44% | 0.51% | - |
| HSV(B) | 316.91º | 0.59% | 0.73% | - |
| XYZ | 28.75 | 17.97 | 32.96 | - |
| YUV | 117.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 155 | 0 | 0.59 | 0.17 | 0.27 | 316.91 | 0.44 | 0.51 |
| Hex | BA | 4C | 9B | 0 | 3B | 11 | 1B | 13D | 2C | 33 |
| Octal | 272 | 114 | 233 | 0 | 73 | 21 | 33 | 475 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10011011 | 0 | 111011 | 10001 | 11011 | 100111101 | 101100 | 110011 |
Color Harmonies of #BA4C9B
Complementary color
Monochromatic Colors of #BA4C9B
Black with #BA4C9B
Text Example
Text Example
White with #BA4C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C9B; }
p { color: rgb(186,76,155); }
H1.HeaderClassName
{
color: #BA4C9B;
}
.AnyTagClassName
{
color: #BA4C9B;
}
</style>
background-color css
<style>
a { background-color: #BA4C9B; }
a { background-color: rgb(186,76,155); }
div.DivClassName
{
background-color: #BA4C9B;
}
.BgClassName
{
background-color: #BA4C9B;
}
</style>
border-color css
<style>
span { border-color: #BA4C9B; }
span { border-color: rgb(186,76,155); }
td.TdClassName
{
border-color: #BA4C9B;
}
.TagClassName
{
border-color: #BA4C9B;
}
</style>