Shades of Mulberry #B34C89
Tints of Mulberry #B34C89
RGB
CMYK
RGB Variations
Color information
#B34C89 (or 0xB34C89) is known color: Mulberry. HEX triplet: B3, 4C and 89. RGB value is (179,76,137). Sum of RGB (Red+Green+Blue) = 179+76+137=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34C89 is #4CB376. Grayscale: #717171. Windows color (decimal): -5026679 or 8998067. OLE color: 8998067.
HSL color Cylindrical-coordinate representation of color #B34C89: hue angle of 324.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34C89 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 137 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.30 |
| HSL | 324.47º | 0.4% | 0.5% | - |
| HSV(B) | 324.47º | 0.58% | 0.7% | - |
| XYZ | 25.69 | 16.56 | 25.51 | - |
| YUV | 113.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 137 | 0 | 0.58 | 0.23 | 0.30 | 324.47 | 0.4 | 0.5 |
| Hex | B3 | 4C | 89 | 0 | 3A | 17 | 1E | 144 | 28 | 32 |
| Octal | 263 | 114 | 211 | 0 | 72 | 27 | 36 | 504 | 50 | 62 |
| Binary | 10110011 | 1001100 | 10001001 | 0 | 111010 | 10111 | 11110 | 101000100 | 101000 | 110010 |
Color Harmonies of #B34C89
Complementary color
Monochromatic Colors of #B34C89
Black with #B34C89
Text Example
Text Example
White with #B34C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C89; }
p { color: rgb(179,76,137); }
H1.HeaderClassName
{
color: #B34C89;
}
.AnyTagClassName
{
color: #B34C89;
}
</style>
background-color css
<style>
a { background-color: #B34C89; }
a { background-color: rgb(179,76,137); }
div.DivClassName
{
background-color: #B34C89;
}
.BgClassName
{
background-color: #B34C89;
}
</style>
border-color css
<style>
span { border-color: #B34C89; }
span { border-color: rgb(179,76,137); }
td.TdClassName
{
border-color: #B34C89;
}
.TagClassName
{
border-color: #B34C89;
}
</style>