Shades of Mulberry #B75990
Tints of Mulberry #B75990
RGB
CMYK
RGB Variations
Color information
#B75990 (or 0xB75990) is known color: Mulberry. HEX triplet: B7, 59 and 90. RGB value is (183,89,144). Sum of RGB (Red+Green+Blue) = 183+89+144=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B75990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75990 is #48A66F. Grayscale: #7B7B7B. Windows color (decimal): -4761200 or 9460151. OLE color: 9460151.
HSL color Cylindrical-coordinate representation of color #B75990: hue angle of 324.89º 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 #B75990 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 144 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.28 |
| HSL | 324.89º | 0.39% | 0.53% | - |
| HSV(B) | 324.89º | 0.51% | 0.72% | - |
| XYZ | 28.13 | 19.23 | 28.61 | - |
| YUV | 123.38 | 139.64 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 144 | 0 | 0.51 | 0.21 | 0.28 | 324.89 | 0.39 | 0.53 |
| Hex | B7 | 59 | 90 | 0 | 33 | 15 | 1C | 145 | 27 | 35 |
| Octal | 267 | 131 | 220 | 0 | 63 | 25 | 34 | 505 | 47 | 65 |
| Binary | 10110111 | 1011001 | 10010000 | 0 | 110011 | 10101 | 11100 | 101000101 | 100111 | 110101 |
Color Harmonies of #B75990
Complementary color
Monochromatic Colors of #B75990
Black with #B75990
Text Example
Text Example
White with #B75990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75990; }
p { color: rgb(183,89,144); }
H1.HeaderClassName
{
color: #B75990;
}
.AnyTagClassName
{
color: #B75990;
}
</style>
background-color css
<style>
a { background-color: #B75990; }
a { background-color: rgb(183,89,144); }
div.DivClassName
{
background-color: #B75990;
}
.BgClassName
{
background-color: #B75990;
}
</style>
border-color css
<style>
span { border-color: #B75990; }
span { border-color: rgb(183,89,144); }
td.TdClassName
{
border-color: #B75990;
}
.TagClassName
{
border-color: #B75990;
}
</style>