Shades of Mulberry #B44C83
Tints of Mulberry #B44C83
RGB
CMYK
RGB Variations
Color information
#B44C83 (or 0xB44C83) is known color: Mulberry. HEX triplet: B4, 4C and 83. RGB value is (180,76,131). Sum of RGB (Red+Green+Blue) = 180+76+131=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44C83 is #4BB37C. Grayscale: #717171. Windows color (decimal): -4961149 or 8604852. OLE color: 8604852.
HSL color Cylindrical-coordinate representation of color #B44C83: hue angle of 328.27º 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 #B44C83 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 131 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.29 |
| HSL | 328.27º | 0.41% | 0.5% | - |
| HSV(B) | 328.27º | 0.58% | 0.71% | - |
| XYZ | 25.5 | 16.51 | 23.32 | - |
| YUV | 113.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 131 | 0 | 0.58 | 0.27 | 0.29 | 328.27 | 0.41 | 0.5 |
| Hex | B4 | 4C | 83 | 0 | 3A | 1B | 1D | 148 | 29 | 32 |
| Octal | 264 | 114 | 203 | 0 | 72 | 33 | 35 | 510 | 51 | 62 |
| Binary | 10110100 | 1001100 | 10000011 | 0 | 111010 | 11011 | 11101 | 101001000 | 101001 | 110010 |
Color Harmonies of #B44C83
Complementary color
Monochromatic Colors of #B44C83
Black with #B44C83
Text Example
Text Example
White with #B44C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C83; }
p { color: rgb(180,76,131); }
H1.HeaderClassName
{
color: #B44C83;
}
.AnyTagClassName
{
color: #B44C83;
}
</style>
background-color css
<style>
a { background-color: #B44C83; }
a { background-color: rgb(180,76,131); }
div.DivClassName
{
background-color: #B44C83;
}
.BgClassName
{
background-color: #B44C83;
}
</style>
border-color css
<style>
span { border-color: #B44C83; }
span { border-color: rgb(180,76,131); }
td.TdClassName
{
border-color: #B44C83;
}
.TagClassName
{
border-color: #B44C83;
}
</style>