Shades of Mulberry #BA4C8B
Tints of Mulberry #BA4C8B
RGB
CMYK
RGB Variations
Color information
#BA4C8B (or 0xBA4C8B) is known color: Mulberry. HEX triplet: BA, 4C and 8B. RGB value is (186,76,139). Sum of RGB (Red+Green+Blue) = 186+76+139=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C8B is #45B374. Grayscale: #737373. Windows color (decimal): -4567925 or 9129146. OLE color: 9129146.
HSL color Cylindrical-coordinate representation of color #BA4C8B: hue angle of 325.64º 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 #BA4C8B is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 139 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.27 |
| HSL | 325.64º | 0.44% | 0.51% | - |
| HSV(B) | 325.64º | 0.59% | 0.73% | - |
| XYZ | 27.49 | 17.47 | 26.35 | - |
| YUV | 116.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 139 | 0 | 0.59 | 0.25 | 0.27 | 325.64 | 0.44 | 0.51 |
| Hex | BA | 4C | 8B | 0 | 3B | 19 | 1B | 146 | 2C | 33 |
| Octal | 272 | 114 | 213 | 0 | 73 | 31 | 33 | 506 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10001011 | 0 | 111011 | 11001 | 11011 | 101000110 | 101100 | 110011 |
Color Harmonies of #BA4C8B
Complementary color
Monochromatic Colors of #BA4C8B
Black with #BA4C8B
Text Example
Text Example
White with #BA4C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C8B; }
p { color: rgb(186,76,139); }
H1.HeaderClassName
{
color: #BA4C8B;
}
.AnyTagClassName
{
color: #BA4C8B;
}
</style>
background-color css
<style>
a { background-color: #BA4C8B; }
a { background-color: rgb(186,76,139); }
div.DivClassName
{
background-color: #BA4C8B;
}
.BgClassName
{
background-color: #BA4C8B;
}
</style>
border-color css
<style>
span { border-color: #BA4C8B; }
span { border-color: rgb(186,76,139); }
td.TdClassName
{
border-color: #BA4C8B;
}
.TagClassName
{
border-color: #BA4C8B;
}
</style>