Shades of Mulberry #B44C85
Tints of Mulberry #B44C85
RGB
CMYK
RGB Variations
Color information
#B44C85 (or 0xB44C85) is known color: Mulberry. HEX triplet: B4, 4C and 85. RGB value is (180,76,133). Sum of RGB (Red+Green+Blue) = 180+76+133=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44C85 is #4BB37A. Grayscale: #717171. Windows color (decimal): -4961147 or 8735924. OLE color: 8735924.
HSL color Cylindrical-coordinate representation of color #B44C85: hue angle of 327.12º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44C85 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 133 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.29 |
| HSL | 327.12º | 0.41% | 0.5% | - |
| HSV(B) | 327.12º | 0.58% | 0.71% | - |
| XYZ | 25.64 | 16.57 | 24.04 | - |
| YUV | 113.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 133 | 0 | 0.58 | 0.26 | 0.29 | 327.12 | 0.41 | 0.5 |
| Hex | B4 | 4C | 85 | 0 | 3A | 1A | 1D | 147 | 29 | 32 |
| Octal | 264 | 114 | 205 | 0 | 72 | 32 | 35 | 507 | 51 | 62 |
| Binary | 10110100 | 1001100 | 10000101 | 0 | 111010 | 11010 | 11101 | 101000111 | 101001 | 110010 |
Color Harmonies of #B44C85
Complementary color
Monochromatic Colors of #B44C85
Black with #B44C85
Text Example
Text Example
White with #B44C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C85; }
p { color: rgb(180,76,133); }
H1.HeaderClassName
{
color: #B44C85;
}
.AnyTagClassName
{
color: #B44C85;
}
</style>
background-color css
<style>
a { background-color: #B44C85; }
a { background-color: rgb(180,76,133); }
div.DivClassName
{
background-color: #B44C85;
}
.BgClassName
{
background-color: #B44C85;
}
</style>
border-color css
<style>
span { border-color: #B44C85; }
span { border-color: rgb(180,76,133); }
td.TdClassName
{
border-color: #B44C85;
}
.TagClassName
{
border-color: #B44C85;
}
</style>