Shades of Mulberry #B75996
Tints of Mulberry #B75996
RGB
CMYK
RGB Variations
Color information
#B75996 (or 0xB75996) is known color: Mulberry. HEX triplet: B7, 59 and 96. RGB value is (183,89,150). Sum of RGB (Red+Green+Blue) = 183+89+150=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B75996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75996 is #48A669. Grayscale: #7B7B7B. Windows color (decimal): -4761194 or 9853367. OLE color: 9853367.
HSL color Cylindrical-coordinate representation of color #B75996: hue angle of 321.06º 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 #B75996 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 150 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.28 |
| HSL | 321.06º | 0.39% | 0.53% | - |
| HSV(B) | 321.06º | 0.51% | 0.72% | - |
| XYZ | 28.61 | 19.41 | 31.09 | - |
| YUV | 124.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 150 | 0 | 0.51 | 0.18 | 0.28 | 321.06 | 0.39 | 0.53 |
| Hex | B7 | 59 | 96 | 0 | 33 | 12 | 1C | 141 | 27 | 35 |
| Octal | 267 | 131 | 226 | 0 | 63 | 22 | 34 | 501 | 47 | 65 |
| Binary | 10110111 | 1011001 | 10010110 | 0 | 110011 | 10010 | 11100 | 101000001 | 100111 | 110101 |
Color Harmonies of #B75996
Complementary color
Monochromatic Colors of #B75996
Black with #B75996
Text Example
Text Example
White with #B75996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75996; }
p { color: rgb(183,89,150); }
H1.HeaderClassName
{
color: #B75996;
}
.AnyTagClassName
{
color: #B75996;
}
</style>
background-color css
<style>
a { background-color: #B75996; }
a { background-color: rgb(183,89,150); }
div.DivClassName
{
background-color: #B75996;
}
.BgClassName
{
background-color: #B75996;
}
</style>
border-color css
<style>
span { border-color: #B75996; }
span { border-color: rgb(183,89,150); }
td.TdClassName
{
border-color: #B75996;
}
.TagClassName
{
border-color: #B75996;
}
</style>