Shades of Mulberry #B05E91
Tints of Mulberry #B05E91
RGB
CMYK
RGB Variations
Color information
#B05E91 (or 0xB05E91) is known color: Mulberry. HEX triplet: B0, 5E and 91. RGB value is (176,94,145). Sum of RGB (Red+Green+Blue) = 176+94+145=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05E91 is #4FA16E. Grayscale: #7C7C7C. Windows color (decimal): -5218671 or 9526960. OLE color: 9526960.
HSL color Cylindrical-coordinate representation of color #B05E91: hue angle of 322.68º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05E91 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 145 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.31 |
| HSL | 322.68º | 0.34% | 0.53% | - |
| HSV(B) | 322.68º | 0.47% | 0.69% | - |
| XYZ | 27.02 | 19.28 | 29.09 | - |
| YUV | 124.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 145 | 0 | 0.47 | 0.18 | 0.31 | 322.68 | 0.34 | 0.53 |
| Hex | B0 | 5E | 91 | 0 | 2F | 12 | 1F | 143 | 22 | 35 |
| Octal | 260 | 136 | 221 | 0 | 57 | 22 | 37 | 503 | 42 | 65 |
| Binary | 10110000 | 1011110 | 10010001 | 0 | 101111 | 10010 | 11111 | 101000011 | 100010 | 110101 |
Color Harmonies of #B05E91
Complementary color
Monochromatic Colors of #B05E91
Black with #B05E91
Text Example
Text Example
White with #B05E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E91; }
p { color: rgb(176,94,145); }
H1.HeaderClassName
{
color: #B05E91;
}
.AnyTagClassName
{
color: #B05E91;
}
</style>
background-color css
<style>
a { background-color: #B05E91; }
a { background-color: rgb(176,94,145); }
div.DivClassName
{
background-color: #B05E91;
}
.BgClassName
{
background-color: #B05E91;
}
</style>
border-color css
<style>
span { border-color: #B05E91; }
span { border-color: rgb(176,94,145); }
td.TdClassName
{
border-color: #B05E91;
}
.TagClassName
{
border-color: #B05E91;
}
</style>