Shades of Mulberry #B34C8D
Tints of Mulberry #B34C8D
RGB
CMYK
RGB Variations
Color information
#B34C8D (or 0xB34C8D) is known color: Mulberry. HEX triplet: B3, 4C and 8D. RGB value is (179,76,141). Sum of RGB (Red+Green+Blue) = 179+76+141=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34C8D is #4CB372. Grayscale: #727272. Windows color (decimal): -5026675 or 9260211. OLE color: 9260211.
HSL color Cylindrical-coordinate representation of color #B34C8D: hue angle of 322.14º 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 #B34C8D is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 141 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.30 |
| HSL | 322.14º | 0.4% | 0.5% | - |
| HSV(B) | 322.14º | 0.58% | 0.7% | - |
| XYZ | 25.98 | 16.68 | 27.05 | - |
| YUV | 114.21 | 143.12 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 141 | 0 | 0.58 | 0.21 | 0.30 | 322.14 | 0.4 | 0.5 |
| Hex | B3 | 4C | 8D | 0 | 3A | 15 | 1E | 142 | 28 | 32 |
| Octal | 263 | 114 | 215 | 0 | 72 | 25 | 36 | 502 | 50 | 62 |
| Binary | 10110011 | 1001100 | 10001101 | 0 | 111010 | 10101 | 11110 | 101000010 | 101000 | 110010 |
Color Harmonies of #B34C8D
Complementary color
Monochromatic Colors of #B34C8D
Black with #B34C8D
Text Example
Text Example
White with #B34C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C8D; }
p { color: rgb(179,76,141); }
H1.HeaderClassName
{
color: #B34C8D;
}
.AnyTagClassName
{
color: #B34C8D;
}
</style>
background-color css
<style>
a { background-color: #B34C8D; }
a { background-color: rgb(179,76,141); }
div.DivClassName
{
background-color: #B34C8D;
}
.BgClassName
{
background-color: #B34C8D;
}
</style>
border-color css
<style>
span { border-color: #B34C8D; }
span { border-color: rgb(179,76,141); }
td.TdClassName
{
border-color: #B34C8D;
}
.TagClassName
{
border-color: #B34C8D;
}
</style>