Shades of Mulberry #B44990
Tints of Mulberry #B44990
RGB
CMYK
RGB Variations
Color information
#B44990 (or 0xB44990) is known color: Mulberry. HEX triplet: B4, 49 and 90. RGB value is (180,73,144). Sum of RGB (Red+Green+Blue) = 180+73+144=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B44990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44990 is #4BB66F. Grayscale: #707070. Windows color (decimal): -4961904 or 9456052. OLE color: 9456052.
HSL color Cylindrical-coordinate representation of color #B44990: hue angle of 320.19º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44990 is Cyan = 0, Magento = 0.59, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 144 | - |
| CMYK | 0 | 0.59 | 0.2 | 0.29 |
| HSL | 320.19º | 0.42% | 0.5% | - |
| HSV(B) | 320.19º | 0.59% | 0.71% | - |
| XYZ | 26.24 | 16.48 | 28.18 | - |
| YUV | 113.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 144 | 0 | 0.59 | 0.2 | 0.29 | 320.19 | 0.42 | 0.5 |
| Hex | B4 | 49 | 90 | 0 | 3B | 14 | 1D | 140 | 2A | 32 |
| Octal | 264 | 111 | 220 | 0 | 73 | 24 | 35 | 500 | 52 | 62 |
| Binary | 10110100 | 1001001 | 10010000 | 0 | 111011 | 10100 | 11101 | 101000000 | 101010 | 110010 |
Color Harmonies of #B44990
Complementary color
Monochromatic Colors of #B44990
Black with #B44990
Text Example
Text Example
White with #B44990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44990; }
p { color: rgb(180,73,144); }
H1.HeaderClassName
{
color: #B44990;
}
.AnyTagClassName
{
color: #B44990;
}
</style>
background-color css
<style>
a { background-color: #B44990; }
a { background-color: rgb(180,73,144); }
div.DivClassName
{
background-color: #B44990;
}
.BgClassName
{
background-color: #B44990;
}
</style>
border-color css
<style>
span { border-color: #B44990; }
span { border-color: rgb(180,73,144); }
td.TdClassName
{
border-color: #B44990;
}
.TagClassName
{
border-color: #B44990;
}
</style>