Shades of Mulberry #B34C91
Tints of Mulberry #B34C91
RGB
CMYK
RGB Variations
Color information
#B34C91 (or 0xB34C91) is known color: Mulberry. HEX triplet: B3, 4C and 91. RGB value is (179,76,145). Sum of RGB (Red+Green+Blue) = 179+76+145=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34C91 is #4CB36E. Grayscale: #727272. Windows color (decimal): -5026671 or 9522355. OLE color: 9522355.
HSL color Cylindrical-coordinate representation of color #B34C91: hue angle of 319.81º 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 #B34C91 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 145 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.30 |
| HSL | 319.81º | 0.4% | 0.5% | - |
| HSV(B) | 319.81º | 0.58% | 0.7% | - |
| XYZ | 26.29 | 16.8 | 28.64 | - |
| YUV | 114.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 145 | 0 | 0.58 | 0.19 | 0.30 | 319.81 | 0.4 | 0.5 |
| Hex | B3 | 4C | 91 | 0 | 3A | 13 | 1E | 140 | 28 | 32 |
| Octal | 263 | 114 | 221 | 0 | 72 | 23 | 36 | 500 | 50 | 62 |
| Binary | 10110011 | 1001100 | 10010001 | 0 | 111010 | 10011 | 11110 | 101000000 | 101000 | 110010 |
Color Harmonies of #B34C91
Complementary color
Monochromatic Colors of #B34C91
Black with #B34C91
Text Example
Text Example
White with #B34C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C91; }
p { color: rgb(179,76,145); }
H1.HeaderClassName
{
color: #B34C91;
}
.AnyTagClassName
{
color: #B34C91;
}
</style>
background-color css
<style>
a { background-color: #B34C91; }
a { background-color: rgb(179,76,145); }
div.DivClassName
{
background-color: #B34C91;
}
.BgClassName
{
background-color: #B34C91;
}
</style>
border-color css
<style>
span { border-color: #B34C91; }
span { border-color: rgb(179,76,145); }
td.TdClassName
{
border-color: #B34C91;
}
.TagClassName
{
border-color: #B34C91;
}
</style>