Shades of Mulberry #B75584
Tints of Mulberry #B75584
RGB
CMYK
RGB Variations
Color information
#B75584 (or 0xB75584) is known color: Mulberry. HEX triplet: B7, 55 and 84. RGB value is (183,85,132). Sum of RGB (Red+Green+Blue) = 183+85+132=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B75584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75584 is #48AA7B. Grayscale: #777777. Windows color (decimal): -4762236 or 8672695. OLE color: 8672695.
HSL color Cylindrical-coordinate representation of color #B75584: hue angle of 331.22º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B75584 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 132 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.28 |
| HSL | 331.22º | 0.4% | 0.53% | - |
| HSV(B) | 331.22º | 0.54% | 0.72% | - |
| XYZ | 26.94 | 18.23 | 23.93 | - |
| YUV | 119.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 132 | 0 | 0.54 | 0.28 | 0.28 | 331.22 | 0.4 | 0.53 |
| Hex | B7 | 55 | 84 | 0 | 36 | 1C | 1C | 14B | 28 | 35 |
| Octal | 267 | 125 | 204 | 0 | 66 | 34 | 34 | 513 | 50 | 65 |
| Binary | 10110111 | 1010101 | 10000100 | 0 | 110110 | 11100 | 11100 | 101001011 | 101000 | 110101 |
Color Harmonies of #B75584
Complementary color
Monochromatic Colors of #B75584
Black with #B75584
Text Example
Text Example
White with #B75584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75584; }
p { color: rgb(183,85,132); }
H1.HeaderClassName
{
color: #B75584;
}
.AnyTagClassName
{
color: #B75584;
}
</style>
background-color css
<style>
a { background-color: #B75584; }
a { background-color: rgb(183,85,132); }
div.DivClassName
{
background-color: #B75584;
}
.BgClassName
{
background-color: #B75584;
}
</style>
border-color css
<style>
span { border-color: #B75584; }
span { border-color: rgb(183,85,132); }
td.TdClassName
{
border-color: #B75584;
}
.TagClassName
{
border-color: #B75584;
}
</style>