Shades of Mulberry #B1558C
Tints of Mulberry #B1558C
RGB
CMYK
RGB Variations
Color information
#B1558C (or 0xB1558C) is known color: Mulberry. HEX triplet: B1, 55 and 8C. RGB value is (177,85,140). Sum of RGB (Red+Green+Blue) = 177+85+140=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1558C is #4EAA73. Grayscale: #767676. Windows color (decimal): -5155444 or 9196977. OLE color: 9196977.
HSL color Cylindrical-coordinate representation of color #B1558C: hue angle of 324.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1558C is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 140 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.31 |
| HSL | 324.13º | 0.37% | 0.51% | - |
| HSV(B) | 324.13º | 0.52% | 0.69% | - |
| XYZ | 26.11 | 17.74 | 26.86 | - |
| YUV | 118.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 140 | 0 | 0.52 | 0.21 | 0.31 | 324.13 | 0.37 | 0.51 |
| Hex | B1 | 55 | 8C | 0 | 34 | 15 | 1F | 144 | 25 | 33 |
| Octal | 261 | 125 | 214 | 0 | 64 | 25 | 37 | 504 | 45 | 63 |
| Binary | 10110001 | 1010101 | 10001100 | 0 | 110100 | 10101 | 11111 | 101000100 | 100101 | 110011 |
Color Harmonies of #B1558C
Complementary color
Monochromatic Colors of #B1558C
Black with #B1558C
Text Example
Text Example
White with #B1558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1558C; }
p { color: rgb(177,85,140); }
H1.HeaderClassName
{
color: #B1558C;
}
.AnyTagClassName
{
color: #B1558C;
}
</style>
background-color css
<style>
a { background-color: #B1558C; }
a { background-color: rgb(177,85,140); }
div.DivClassName
{
background-color: #B1558C;
}
.BgClassName
{
background-color: #B1558C;
}
</style>
border-color css
<style>
span { border-color: #B1558C; }
span { border-color: rgb(177,85,140); }
td.TdClassName
{
border-color: #B1558C;
}
.TagClassName
{
border-color: #B1558C;
}
</style>