Shades of Mulberry #B75988
Tints of Mulberry #B75988
RGB
CMYK
RGB Variations
Color information
#B75988 (or 0xB75988) is known color: Mulberry. HEX triplet: B7, 59 and 88. RGB value is (183,89,136). Sum of RGB (Red+Green+Blue) = 183+89+136=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B75988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75988 is #48A677. Grayscale: #7A7A7A. Windows color (decimal): -4761208 or 8935863. OLE color: 8935863.
HSL color Cylindrical-coordinate representation of color #B75988: hue angle of 330º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75988 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 136 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.28 |
| HSL | 330º | 0.39% | 0.53% | - |
| HSV(B) | 330º | 0.51% | 0.72% | - |
| XYZ | 27.54 | 18.99 | 25.51 | - |
| YUV | 122.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 136 | 0 | 0.51 | 0.26 | 0.28 | 330 | 0.39 | 0.53 |
| Hex | B7 | 59 | 88 | 0 | 33 | 1A | 1C | 14A | 27 | 35 |
| Octal | 267 | 131 | 210 | 0 | 63 | 32 | 34 | 512 | 47 | 65 |
| Binary | 10110111 | 1011001 | 10001000 | 0 | 110011 | 11010 | 11100 | 101001010 | 100111 | 110101 |
Color Harmonies of #B75988
Complementary color
Monochromatic Colors of #B75988
Black with #B75988
Text Example
Text Example
White with #B75988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75988; }
p { color: rgb(183,89,136); }
H1.HeaderClassName
{
color: #B75988;
}
.AnyTagClassName
{
color: #B75988;
}
</style>
background-color css
<style>
a { background-color: #B75988; }
a { background-color: rgb(183,89,136); }
div.DivClassName
{
background-color: #B75988;
}
.BgClassName
{
background-color: #B75988;
}
</style>
border-color css
<style>
span { border-color: #B75988; }
span { border-color: rgb(183,89,136); }
td.TdClassName
{
border-color: #B75988;
}
.TagClassName
{
border-color: #B75988;
}
</style>