Shades of Mulberry #B15993
Tints of Mulberry #B15993
RGB
CMYK
RGB Variations
Color information
#B15993 (or 0xB15993) is known color: Mulberry. HEX triplet: B1, 59 and 93. RGB value is (177,89,147). Sum of RGB (Red+Green+Blue) = 177+89+147=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B15993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15993 is #4EA66C. Grayscale: #797979. Windows color (decimal): -5154413 or 9656753. OLE color: 9656753.
HSL color Cylindrical-coordinate representation of color #B15993: hue angle of 320.45º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15993 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 147 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.31 |
| HSL | 320.45º | 0.36% | 0.52% | - |
| HSV(B) | 320.45º | 0.5% | 0.69% | - |
| XYZ | 26.97 | 18.6 | 29.77 | - |
| YUV | 121.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 147 | 0 | 0.50 | 0.17 | 0.31 | 320.45 | 0.36 | 0.52 |
| Hex | B1 | 59 | 93 | 0 | 32 | 11 | 1F | 140 | 24 | 34 |
| Octal | 261 | 131 | 223 | 0 | 62 | 21 | 37 | 500 | 44 | 64 |
| Binary | 10110001 | 1011001 | 10010011 | 0 | 110010 | 10001 | 11111 | 101000000 | 100100 | 110100 |
Color Harmonies of #B15993
Complementary color
Monochromatic Colors of #B15993
Black with #B15993
Text Example
Text Example
White with #B15993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15993; }
p { color: rgb(177,89,147); }
H1.HeaderClassName
{
color: #B15993;
}
.AnyTagClassName
{
color: #B15993;
}
</style>
background-color css
<style>
a { background-color: #B15993; }
a { background-color: rgb(177,89,147); }
div.DivClassName
{
background-color: #B15993;
}
.BgClassName
{
background-color: #B15993;
}
</style>
border-color css
<style>
span { border-color: #B15993; }
span { border-color: rgb(177,89,147); }
td.TdClassName
{
border-color: #B15993;
}
.TagClassName
{
border-color: #B15993;
}
</style>