Shades of Mulberry #BA4D8F
Tints of Mulberry #BA4D8F
RGB
CMYK
RGB Variations
Color information
#BA4D8F (or 0xBA4D8F) is known color: Mulberry. HEX triplet: BA, 4D and 8F. RGB value is (186,77,143). Sum of RGB (Red+Green+Blue) = 186+77+143=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4D8F is #45B270. Grayscale: #747474. Windows color (decimal): -4567665 or 9391546. OLE color: 9391546.
HSL color Cylindrical-coordinate representation of color #BA4D8F: hue angle of 323.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D8F is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 143 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.27 |
| HSL | 323.67º | 0.44% | 0.52% | - |
| HSV(B) | 323.67º | 0.59% | 0.73% | - |
| XYZ | 27.86 | 17.73 | 27.94 | - |
| YUV | 117.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 143 | 0 | 0.59 | 0.23 | 0.27 | 323.67 | 0.44 | 0.52 |
| Hex | BA | 4D | 8F | 0 | 3B | 17 | 1B | 144 | 2C | 34 |
| Octal | 272 | 115 | 217 | 0 | 73 | 27 | 33 | 504 | 54 | 64 |
| Binary | 10111010 | 1001101 | 10001111 | 0 | 111011 | 10111 | 11011 | 101000100 | 101100 | 110100 |
Color Harmonies of #BA4D8F
Complementary color
Monochromatic Colors of #BA4D8F
Black with #BA4D8F
Text Example
Text Example
White with #BA4D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D8F; }
p { color: rgb(186,77,143); }
H1.HeaderClassName
{
color: #BA4D8F;
}
.AnyTagClassName
{
color: #BA4D8F;
}
</style>
background-color css
<style>
a { background-color: #BA4D8F; }
a { background-color: rgb(186,77,143); }
div.DivClassName
{
background-color: #BA4D8F;
}
.BgClassName
{
background-color: #BA4D8F;
}
</style>
border-color css
<style>
span { border-color: #BA4D8F; }
span { border-color: rgb(186,77,143); }
td.TdClassName
{
border-color: #BA4D8F;
}
.TagClassName
{
border-color: #BA4D8F;
}
</style>