Shades of Mulberry #B44686
Tints of Mulberry #B44686
RGB
CMYK
RGB Variations
Color information
#B44686 (or 0xB44686) is known color: Mulberry. HEX triplet: B4, 46 and 86. RGB value is (180,70,134). Sum of RGB (Red+Green+Blue) = 180+70+134=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B44686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44686 is #4BB979. Grayscale: #6E6E6E. Windows color (decimal): -4962682 or 8799924. OLE color: 8799924.
HSL color Cylindrical-coordinate representation of color #B44686: hue angle of 325.09º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44686 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 134 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.29 |
| HSL | 325.09º | 0.44% | 0.49% | - |
| HSV(B) | 325.09º | 0.61% | 0.71% | - |
| XYZ | 25.32 | 15.8 | 24.27 | - |
| YUV | 110.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 134 | 0 | 0.61 | 0.26 | 0.29 | 325.09 | 0.44 | 0.49 |
| Hex | B4 | 46 | 86 | 0 | 3D | 1A | 1D | 145 | 2C | 31 |
| Octal | 264 | 106 | 206 | 0 | 75 | 32 | 35 | 505 | 54 | 61 |
| Binary | 10110100 | 1000110 | 10000110 | 0 | 111101 | 11010 | 11101 | 101000101 | 101100 | 110001 |
Color Harmonies of #B44686
Complementary color
Monochromatic Colors of #B44686
Black with #B44686
Text Example
Text Example
White with #B44686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44686; }
p { color: rgb(180,70,134); }
H1.HeaderClassName
{
color: #B44686;
}
.AnyTagClassName
{
color: #B44686;
}
</style>
background-color css
<style>
a { background-color: #B44686; }
a { background-color: rgb(180,70,134); }
div.DivClassName
{
background-color: #B44686;
}
.BgClassName
{
background-color: #B44686;
}
</style>
border-color css
<style>
span { border-color: #B44686; }
span { border-color: rgb(180,70,134); }
td.TdClassName
{
border-color: #B44686;
}
.TagClassName
{
border-color: #B44686;
}
</style>