Shades of Mulberry #B34D89
Tints of Mulberry #B34D89
RGB
CMYK
RGB Variations
Color information
#B34D89 (or 0xB34D89) is known color: Mulberry. HEX triplet: B3, 4D and 89. RGB value is (179,77,137). Sum of RGB (Red+Green+Blue) = 179+77+137=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34D89 is #4CB276. Grayscale: #727272. Windows color (decimal): -5026423 or 8998323. OLE color: 8998323.
HSL color Cylindrical-coordinate representation of color #B34D89: hue angle of 324.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34D89 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 77 | 137 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.30 |
| HSL | 324.71º | 0.4% | 0.5% | - |
| HSV(B) | 324.71º | 0.57% | 0.7% | - |
| XYZ | 25.76 | 16.7 | 25.53 | - |
| YUV | 114.34 | 140.79 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 137 | 0 | 0.57 | 0.23 | 0.30 | 324.71 | 0.4 | 0.5 |
| Hex | B3 | 4D | 89 | 0 | 39 | 17 | 1E | 145 | 28 | 32 |
| Octal | 263 | 115 | 211 | 0 | 71 | 27 | 36 | 505 | 50 | 62 |
| Binary | 10110011 | 1001101 | 10001001 | 0 | 111001 | 10111 | 11110 | 101000101 | 101000 | 110010 |
Color Harmonies of #B34D89
Complementary color
Monochromatic Colors of #B34D89
Black with #B34D89
Text Example
Text Example
White with #B34D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34D89; }
p { color: rgb(179,77,137); }
H1.HeaderClassName
{
color: #B34D89;
}
.AnyTagClassName
{
color: #B34D89;
}
</style>
background-color css
<style>
a { background-color: #B34D89; }
a { background-color: rgb(179,77,137); }
div.DivClassName
{
background-color: #B34D89;
}
.BgClassName
{
background-color: #B34D89;
}
</style>
border-color css
<style>
span { border-color: #B34D89; }
span { border-color: rgb(179,77,137); }
td.TdClassName
{
border-color: #B34D89;
}
.TagClassName
{
border-color: #B34D89;
}
</style>