Shades of Mulberry #BA4E9C
Tints of Mulberry #BA4E9C
RGB
CMYK
RGB Variations
Color information
#BA4E9C (or 0xBA4E9C) is known color: Mulberry. HEX triplet: BA, 4E and 9C. RGB value is (186,78,156). Sum of RGB (Red+Green+Blue) = 186+78+156=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E9C is #45B163. Grayscale: #767676. Windows color (decimal): -4567396 or 10243770. OLE color: 10243770.
HSL color Cylindrical-coordinate representation of color #BA4E9C: hue angle of 316.67º 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 #BA4E9C is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 156 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.27 |
| HSL | 316.67º | 0.44% | 0.52% | - |
| HSV(B) | 316.67º | 0.58% | 0.73% | - |
| XYZ | 28.97 | 18.29 | 33.46 | - |
| YUV | 119.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 156 | 0 | 0.58 | 0.16 | 0.27 | 316.67 | 0.44 | 0.52 |
| Hex | BA | 4E | 9C | 0 | 3A | 10 | 1B | 13D | 2C | 34 |
| Octal | 272 | 116 | 234 | 0 | 72 | 20 | 33 | 475 | 54 | 64 |
| Binary | 10111010 | 1001110 | 10011100 | 0 | 111010 | 10000 | 11011 | 100111101 | 101100 | 110100 |
Color Harmonies of #BA4E9C
Complementary color
Monochromatic Colors of #BA4E9C
Black with #BA4E9C
Text Example
Text Example
White with #BA4E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E9C; }
p { color: rgb(186,78,156); }
H1.HeaderClassName
{
color: #BA4E9C;
}
.AnyTagClassName
{
color: #BA4E9C;
}
</style>
background-color css
<style>
a { background-color: #BA4E9C; }
a { background-color: rgb(186,78,156); }
div.DivClassName
{
background-color: #BA4E9C;
}
.BgClassName
{
background-color: #BA4E9C;
}
</style>
border-color css
<style>
span { border-color: #BA4E9C; }
span { border-color: rgb(186,78,156); }
td.TdClassName
{
border-color: #BA4E9C;
}
.TagClassName
{
border-color: #BA4E9C;
}
</style>