Shades of Mulberry #B15491
Tints of Mulberry #B15491
RGB
CMYK
RGB Variations
Color information
#B15491 (or 0xB15491) is known color: Mulberry. HEX triplet: B1, 54 and 91. RGB value is (177,84,145). Sum of RGB (Red+Green+Blue) = 177+84+145=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B15491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15491 is #4EAB6E. Grayscale: #767676. Windows color (decimal): -5155695 or 9524401. OLE color: 9524401.
HSL color Cylindrical-coordinate representation of color #B15491: hue angle of 320.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15491 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 145 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.31 |
| HSL | 320.65º | 0.37% | 0.51% | - |
| HSV(B) | 320.65º | 0.53% | 0.69% | - |
| XYZ | 26.41 | 17.73 | 28.82 | - |
| YUV | 118.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 145 | 0 | 0.53 | 0.18 | 0.31 | 320.65 | 0.37 | 0.51 |
| Hex | B1 | 54 | 91 | 0 | 35 | 12 | 1F | 141 | 25 | 33 |
| Octal | 261 | 124 | 221 | 0 | 65 | 22 | 37 | 501 | 45 | 63 |
| Binary | 10110001 | 1010100 | 10010001 | 0 | 110101 | 10010 | 11111 | 101000001 | 100101 | 110011 |
Color Harmonies of #B15491
Complementary color
Monochromatic Colors of #B15491
Black with #B15491
Text Example
Text Example
White with #B15491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15491; }
p { color: rgb(177,84,145); }
H1.HeaderClassName
{
color: #B15491;
}
.AnyTagClassName
{
color: #B15491;
}
</style>
background-color css
<style>
a { background-color: #B15491; }
a { background-color: rgb(177,84,145); }
div.DivClassName
{
background-color: #B15491;
}
.BgClassName
{
background-color: #B15491;
}
</style>
border-color css
<style>
span { border-color: #B15491; }
span { border-color: rgb(177,84,145); }
td.TdClassName
{
border-color: #B15491;
}
.TagClassName
{
border-color: #B15491;
}
</style>