Shades of Mulberry #BA4C9C
Tints of Mulberry #BA4C9C
RGB
CMYK
RGB Variations
Color information
#BA4C9C (or 0xBA4C9C) is known color: Mulberry. HEX triplet: BA, 4C and 9C. RGB value is (186,76,156). Sum of RGB (Red+Green+Blue) = 186+76+156=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C9C is #45B363. Grayscale: #757575. Windows color (decimal): -4567908 or 10243258. OLE color: 10243258.
HSL color Cylindrical-coordinate representation of color #BA4C9C: hue angle of 316.36º 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 #BA4C9C is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 156 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.27 |
| HSL | 316.36º | 0.44% | 0.51% | - |
| HSV(B) | 316.36º | 0.59% | 0.73% | - |
| XYZ | 28.83 | 18.01 | 33.41 | - |
| YUV | 118.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 156 | 0 | 0.59 | 0.16 | 0.27 | 316.36 | 0.44 | 0.51 |
| Hex | BA | 4C | 9C | 0 | 3B | 10 | 1B | 13C | 2C | 33 |
| Octal | 272 | 114 | 234 | 0 | 73 | 20 | 33 | 474 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10011100 | 0 | 111011 | 10000 | 11011 | 100111100 | 101100 | 110011 |
Color Harmonies of #BA4C9C
Complementary color
Monochromatic Colors of #BA4C9C
Black with #BA4C9C
Text Example
Text Example
White with #BA4C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C9C; }
p { color: rgb(186,76,156); }
H1.HeaderClassName
{
color: #BA4C9C;
}
.AnyTagClassName
{
color: #BA4C9C;
}
</style>
background-color css
<style>
a { background-color: #BA4C9C; }
a { background-color: rgb(186,76,156); }
div.DivClassName
{
background-color: #BA4C9C;
}
.BgClassName
{
background-color: #BA4C9C;
}
</style>
border-color css
<style>
span { border-color: #BA4C9C; }
span { border-color: rgb(186,76,156); }
td.TdClassName
{
border-color: #BA4C9C;
}
.TagClassName
{
border-color: #BA4C9C;
}
</style>