Shades of Mulberry #B15190
Tints of Mulberry #B15190
RGB
CMYK
RGB Variations
Color information
#B15190 (or 0xB15190) is known color: Mulberry. HEX triplet: B1, 51 and 90. RGB value is (177,81,144). Sum of RGB (Red+Green+Blue) = 177+81+144=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B15190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15190 is #4EAE6F. Grayscale: #747474. Windows color (decimal): -5156464 or 9458097. OLE color: 9458097.
HSL color Cylindrical-coordinate representation of color #B15190: hue angle of 320.62º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15190 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 144 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.31 |
| HSL | 320.63º | 0.38% | 0.51% | - |
| HSV(B) | 320.63º | 0.54% | 0.69% | - |
| XYZ | 26.11 | 17.25 | 28.34 | - |
| YUV | 116.89 | 143.3 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 144 | 0 | 0.54 | 0.19 | 0.31 | 320.63 | 0.38 | 0.51 |
| Hex | B1 | 51 | 90 | 0 | 36 | 13 | 1F | 141 | 26 | 33 |
| Octal | 261 | 121 | 220 | 0 | 66 | 23 | 37 | 501 | 46 | 63 |
| Binary | 10110001 | 1010001 | 10010000 | 0 | 110110 | 10011 | 11111 | 101000001 | 100110 | 110011 |
Color Harmonies of #B15190
Complementary color
Monochromatic Colors of #B15190
Black with #B15190
Text Example
Text Example
White with #B15190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15190; }
p { color: rgb(177,81,144); }
H1.HeaderClassName
{
color: #B15190;
}
.AnyTagClassName
{
color: #B15190;
}
</style>
background-color css
<style>
a { background-color: #B15190; }
a { background-color: rgb(177,81,144); }
div.DivClassName
{
background-color: #B15190;
}
.BgClassName
{
background-color: #B15190;
}
</style>
border-color css
<style>
span { border-color: #B15190; }
span { border-color: rgb(177,81,144); }
td.TdClassName
{
border-color: #B15190;
}
.TagClassName
{
border-color: #B15190;
}
</style>