Shades of Mulberry #B34997
Tints of Mulberry #B34997
RGB
CMYK
RGB Variations
Color information
#B34997 (or 0xB34997) is known color: Mulberry. HEX triplet: B3, 49 and 97. RGB value is (179,73,151). Sum of RGB (Red+Green+Blue) = 179+73+151=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B34997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34997 is #4CB668. Grayscale: #717171. Windows color (decimal): -5027433 or 9914803. OLE color: 9914803.
HSL color Cylindrical-coordinate representation of color #B34997: hue angle of 315.85º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34997 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 151 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.30 |
| HSL | 315.85º | 0.42% | 0.49% | - |
| HSV(B) | 315.85º | 0.59% | 0.7% | - |
| XYZ | 26.56 | 16.58 | 31.08 | - |
| YUV | 113.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 151 | 0 | 0.59 | 0.16 | 0.30 | 315.85 | 0.42 | 0.49 |
| Hex | B3 | 49 | 97 | 0 | 3B | 10 | 1E | 13C | 2A | 31 |
| Octal | 263 | 111 | 227 | 0 | 73 | 20 | 36 | 474 | 52 | 61 |
| Binary | 10110011 | 1001001 | 10010111 | 0 | 111011 | 10000 | 11110 | 100111100 | 101010 | 110001 |
Color Harmonies of #B34997
Complementary color
Monochromatic Colors of #B34997
Black with #B34997
Text Example
Text Example
White with #B34997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34997; }
p { color: rgb(179,73,151); }
H1.HeaderClassName
{
color: #B34997;
}
.AnyTagClassName
{
color: #B34997;
}
</style>
background-color css
<style>
a { background-color: #B34997; }
a { background-color: rgb(179,73,151); }
div.DivClassName
{
background-color: #B34997;
}
.BgClassName
{
background-color: #B34997;
}
</style>
border-color css
<style>
span { border-color: #B34997; }
span { border-color: rgb(179,73,151); }
td.TdClassName
{
border-color: #B34997;
}
.TagClassName
{
border-color: #B34997;
}
</style>