Shades of Mulberry #B15998
Tints of Mulberry #B15998
RGB
CMYK
RGB Variations
Color information
#B15998 (or 0xB15998) is known color: Mulberry. HEX triplet: B1, 59 and 98. RGB value is (177,89,152). Sum of RGB (Red+Green+Blue) = 177+89+152=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B15998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15998 is #4EA667. Grayscale: #7A7A7A. Windows color (decimal): -5154408 or 9984433. OLE color: 9984433.
HSL color Cylindrical-coordinate representation of color #B15998: hue angle of 317.05º 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 #B15998 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 152 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.31 |
| HSL | 317.05º | 0.36% | 0.52% | - |
| HSV(B) | 317.05º | 0.5% | 0.69% | - |
| XYZ | 27.37 | 18.76 | 31.88 | - |
| YUV | 122.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 152 | 0 | 0.50 | 0.14 | 0.31 | 317.05 | 0.36 | 0.52 |
| Hex | B1 | 59 | 98 | 0 | 32 | E | 1F | 13D | 24 | 34 |
| Octal | 261 | 131 | 230 | 0 | 62 | 16 | 37 | 475 | 44 | 64 |
| Binary | 10110001 | 1011001 | 10011000 | 0 | 110010 | 1110 | 11111 | 100111101 | 100100 | 110100 |
Color Harmonies of #B15998
Complementary color
Monochromatic Colors of #B15998
Black with #B15998
Text Example
Text Example
White with #B15998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15998; }
p { color: rgb(177,89,152); }
H1.HeaderClassName
{
color: #B15998;
}
.AnyTagClassName
{
color: #B15998;
}
</style>
background-color css
<style>
a { background-color: #B15998; }
a { background-color: rgb(177,89,152); }
div.DivClassName
{
background-color: #B15998;
}
.BgClassName
{
background-color: #B15998;
}
</style>
border-color css
<style>
span { border-color: #B15998; }
span { border-color: rgb(177,89,152); }
td.TdClassName
{
border-color: #B15998;
}
.TagClassName
{
border-color: #B15998;
}
</style>