Shades of Mulberry #B75691
Tints of Mulberry #B75691
RGB
CMYK
RGB Variations
Color information
#B75691 (or 0xB75691) is known color: Mulberry. HEX triplet: B7, 56 and 91. RGB value is (183,86,145). Sum of RGB (Red+Green+Blue) = 183+86+145=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B75691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75691 is #48A96E. Grayscale: #797979. Windows color (decimal): -4761967 or 9524919. OLE color: 9524919.
HSL color Cylindrical-coordinate representation of color #B75691: hue angle of 323.51º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B75691 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 145 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.28 |
| HSL | 323.51º | 0.4% | 0.53% | - |
| HSV(B) | 323.51º | 0.53% | 0.72% | - |
| XYZ | 27.97 | 18.77 | 28.94 | - |
| YUV | 121.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 145 | 0 | 0.53 | 0.21 | 0.28 | 323.51 | 0.4 | 0.53 |
| Hex | B7 | 56 | 91 | 0 | 35 | 15 | 1C | 144 | 28 | 35 |
| Octal | 267 | 126 | 221 | 0 | 65 | 25 | 34 | 504 | 50 | 65 |
| Binary | 10110111 | 1010110 | 10010001 | 0 | 110101 | 10101 | 11100 | 101000100 | 101000 | 110101 |
Color Harmonies of #B75691
Complementary color
Monochromatic Colors of #B75691
Black with #B75691
Text Example
Text Example
White with #B75691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75691; }
p { color: rgb(183,86,145); }
H1.HeaderClassName
{
color: #B75691;
}
.AnyTagClassName
{
color: #B75691;
}
</style>
background-color css
<style>
a { background-color: #B75691; }
a { background-color: rgb(183,86,145); }
div.DivClassName
{
background-color: #B75691;
}
.BgClassName
{
background-color: #B75691;
}
</style>
border-color css
<style>
span { border-color: #B75691; }
span { border-color: rgb(183,86,145); }
td.TdClassName
{
border-color: #B75691;
}
.TagClassName
{
border-color: #B75691;
}
</style>