Shades of Mulberry #B44C93
Tints of Mulberry #B44C93
RGB
CMYK
RGB Variations
Color information
#B44C93 (or 0xB44C93) is known color: Mulberry. HEX triplet: B4, 4C and 93. RGB value is (180,76,147). Sum of RGB (Red+Green+Blue) = 180+76+147=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44C93 is #4BB36C. Grayscale: #737373. Windows color (decimal): -4961133 or 9653428. OLE color: 9653428.
HSL color Cylindrical-coordinate representation of color #B44C93: hue angle of 319.04º 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 #B44C93 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 147 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.29 |
| HSL | 319.04º | 0.41% | 0.5% | - |
| HSV(B) | 319.04º | 0.58% | 0.71% | - |
| XYZ | 26.67 | 16.98 | 29.48 | - |
| YUV | 115.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 147 | 0 | 0.58 | 0.18 | 0.29 | 319.04 | 0.41 | 0.5 |
| Hex | B4 | 4C | 93 | 0 | 3A | 12 | 1D | 13F | 29 | 32 |
| Octal | 264 | 114 | 223 | 0 | 72 | 22 | 35 | 477 | 51 | 62 |
| Binary | 10110100 | 1001100 | 10010011 | 0 | 111010 | 10010 | 11101 | 100111111 | 101001 | 110010 |
Color Harmonies of #B44C93
Complementary color
Monochromatic Colors of #B44C93
Black with #B44C93
Text Example
Text Example
White with #B44C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C93; }
p { color: rgb(180,76,147); }
H1.HeaderClassName
{
color: #B44C93;
}
.AnyTagClassName
{
color: #B44C93;
}
</style>
background-color css
<style>
a { background-color: #B44C93; }
a { background-color: rgb(180,76,147); }
div.DivClassName
{
background-color: #B44C93;
}
.BgClassName
{
background-color: #B44C93;
}
</style>
border-color css
<style>
span { border-color: #B44C93; }
span { border-color: rgb(180,76,147); }
td.TdClassName
{
border-color: #B44C93;
}
.TagClassName
{
border-color: #B44C93;
}
</style>