Shades of Mulberry #BA4D8B
Tints of Mulberry #BA4D8B
RGB
CMYK
RGB Variations
Color information
#BA4D8B (or 0xBA4D8B) is known color: Mulberry. HEX triplet: BA, 4D and 8B. RGB value is (186,77,139). Sum of RGB (Red+Green+Blue) = 186+77+139=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4D8B is #45B274. Grayscale: #747474. Windows color (decimal): -4567669 or 9129402. OLE color: 9129402.
HSL color Cylindrical-coordinate representation of color #BA4D8B: hue angle of 325.87º 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 #BA4D8B is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 139 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.27 |
| HSL | 325.87º | 0.44% | 0.52% | - |
| HSV(B) | 325.87º | 0.59% | 0.73% | - |
| XYZ | 27.56 | 17.61 | 26.37 | - |
| YUV | 116.66 | 140.61 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 139 | 0 | 0.59 | 0.25 | 0.27 | 325.87 | 0.44 | 0.52 |
| Hex | BA | 4D | 8B | 0 | 3B | 19 | 1B | 146 | 2C | 34 |
| Octal | 272 | 115 | 213 | 0 | 73 | 31 | 33 | 506 | 54 | 64 |
| Binary | 10111010 | 1001101 | 10001011 | 0 | 111011 | 11001 | 11011 | 101000110 | 101100 | 110100 |
Color Harmonies of #BA4D8B
Complementary color
Monochromatic Colors of #BA4D8B
Black with #BA4D8B
Text Example
Text Example
White with #BA4D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D8B; }
p { color: rgb(186,77,139); }
H1.HeaderClassName
{
color: #BA4D8B;
}
.AnyTagClassName
{
color: #BA4D8B;
}
</style>
background-color css
<style>
a { background-color: #BA4D8B; }
a { background-color: rgb(186,77,139); }
div.DivClassName
{
background-color: #BA4D8B;
}
.BgClassName
{
background-color: #BA4D8B;
}
</style>
border-color css
<style>
span { border-color: #BA4D8B; }
span { border-color: rgb(186,77,139); }
td.TdClassName
{
border-color: #BA4D8B;
}
.TagClassName
{
border-color: #BA4D8B;
}
</style>