Shades of Mulberry #B35584
Tints of Mulberry #B35584
RGB
CMYK
RGB Variations
Color information
#B35584 (or 0xB35584) is known color: Mulberry. HEX triplet: B3, 55 and 84. RGB value is (179,85,132). Sum of RGB (Red+Green+Blue) = 179+85+132=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B35584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35584 is #4CAA7B. Grayscale: #767676. Windows color (decimal): -5024380 or 8672691. OLE color: 8672691.
HSL color Cylindrical-coordinate representation of color #B35584: hue angle of 330º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B35584 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 85 | 132 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.30 |
| HSL | 330º | 0.38% | 0.52% | - |
| HSV(B) | 330º | 0.53% | 0.7% | - |
| XYZ | 26 | 17.75 | 23.88 | - |
| YUV | 118.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 132 | 0 | 0.53 | 0.26 | 0.30 | 330 | 0.38 | 0.52 |
| Hex | B3 | 55 | 84 | 0 | 35 | 1A | 1E | 14A | 26 | 34 |
| Octal | 263 | 125 | 204 | 0 | 65 | 32 | 36 | 512 | 46 | 64 |
| Binary | 10110011 | 1010101 | 10000100 | 0 | 110101 | 11010 | 11110 | 101001010 | 100110 | 110100 |
Color Harmonies of #B35584
Complementary color
Monochromatic Colors of #B35584
Black with #B35584
Text Example
Text Example
White with #B35584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35584; }
p { color: rgb(179,85,132); }
H1.HeaderClassName
{
color: #B35584;
}
.AnyTagClassName
{
color: #B35584;
}
</style>
background-color css
<style>
a { background-color: #B35584; }
a { background-color: rgb(179,85,132); }
div.DivClassName
{
background-color: #B35584;
}
.BgClassName
{
background-color: #B35584;
}
</style>
border-color css
<style>
span { border-color: #B35584; }
span { border-color: rgb(179,85,132); }
td.TdClassName
{
border-color: #B35584;
}
.TagClassName
{
border-color: #B35584;
}
</style>