Shades of Mulberry #BA4C97
Tints of Mulberry #BA4C97
RGB
CMYK
RGB Variations
Color information
#BA4C97 (or 0xBA4C97) is known color: Mulberry. HEX triplet: BA, 4C and 97. RGB value is (186,76,151). Sum of RGB (Red+Green+Blue) = 186+76+151=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C97 is #45B368. Grayscale: #757575. Windows color (decimal): -4567913 or 9915578. OLE color: 9915578.
HSL color Cylindrical-coordinate representation of color #BA4C97: hue angle of 319.09º 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 #BA4C97 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 151 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.27 |
| HSL | 319.09º | 0.44% | 0.51% | - |
| HSV(B) | 319.09º | 0.59% | 0.73% | - |
| XYZ | 28.42 | 17.84 | 31.22 | - |
| YUV | 117.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 151 | 0 | 0.59 | 0.19 | 0.27 | 319.09 | 0.44 | 0.51 |
| Hex | BA | 4C | 97 | 0 | 3B | 13 | 1B | 13F | 2C | 33 |
| Octal | 272 | 114 | 227 | 0 | 73 | 23 | 33 | 477 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10010111 | 0 | 111011 | 10011 | 11011 | 100111111 | 101100 | 110011 |
Color Harmonies of #BA4C97
Complementary color
Monochromatic Colors of #BA4C97
Black with #BA4C97
Text Example
Text Example
White with #BA4C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C97; }
p { color: rgb(186,76,151); }
H1.HeaderClassName
{
color: #BA4C97;
}
.AnyTagClassName
{
color: #BA4C97;
}
</style>
background-color css
<style>
a { background-color: #BA4C97; }
a { background-color: rgb(186,76,151); }
div.DivClassName
{
background-color: #BA4C97;
}
.BgClassName
{
background-color: #BA4C97;
}
</style>
border-color css
<style>
span { border-color: #BA4C97; }
span { border-color: rgb(186,76,151); }
td.TdClassName
{
border-color: #BA4C97;
}
.TagClassName
{
border-color: #BA4C97;
}
</style>