Shades of Mulberry #B34F89
Tints of Mulberry #B34F89
RGB
CMYK
RGB Variations
Color information
#B34F89 (or 0xB34F89) is known color: Mulberry. HEX triplet: B3, 4F and 89. RGB value is (179,79,137). Sum of RGB (Red+Green+Blue) = 179+79+137=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34F89 is #4CB076. Grayscale: #737373. Windows color (decimal): -5025911 or 8998835. OLE color: 8998835.
HSL color Cylindrical-coordinate representation of color #B34F89: hue angle of 325.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34F89 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 137 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.30 |
| HSL | 325.2º | 0.4% | 0.51% | - |
| HSV(B) | 325.2º | 0.56% | 0.7% | - |
| XYZ | 25.9 | 16.98 | 25.58 | - |
| YUV | 115.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 137 | 0 | 0.56 | 0.23 | 0.30 | 325.2 | 0.4 | 0.51 |
| Hex | B3 | 4F | 89 | 0 | 38 | 17 | 1E | 145 | 28 | 33 |
| Octal | 263 | 117 | 211 | 0 | 70 | 27 | 36 | 505 | 50 | 63 |
| Binary | 10110011 | 1001111 | 10001001 | 0 | 111000 | 10111 | 11110 | 101000101 | 101000 | 110011 |
Color Harmonies of #B34F89
Complementary color
Monochromatic Colors of #B34F89
Black with #B34F89
Text Example
Text Example
White with #B34F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F89; }
p { color: rgb(179,79,137); }
H1.HeaderClassName
{
color: #B34F89;
}
.AnyTagClassName
{
color: #B34F89;
}
</style>
background-color css
<style>
a { background-color: #B34F89; }
a { background-color: rgb(179,79,137); }
div.DivClassName
{
background-color: #B34F89;
}
.BgClassName
{
background-color: #B34F89;
}
</style>
border-color css
<style>
span { border-color: #B34F89; }
span { border-color: rgb(179,79,137); }
td.TdClassName
{
border-color: #B34F89;
}
.TagClassName
{
border-color: #B34F89;
}
</style>