Shades of Mulberry #B05091
Tints of Mulberry #B05091
RGB
CMYK
RGB Variations
Color information
#B05091 (or 0xB05091) is known color: Mulberry. HEX triplet: B0, 50 and 91. RGB value is (176,80,145). Sum of RGB (Red+Green+Blue) = 176+80+145=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B05091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05091 is #4FAF6E. Grayscale: #737373. Windows color (decimal): -5222255 or 9523376. OLE color: 9523376.
HSL color Cylindrical-coordinate representation of color #B05091: hue angle of 319.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05091 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 145 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.31 |
| HSL | 319.38º | 0.38% | 0.5% | - |
| HSV(B) | 319.38º | 0.55% | 0.69% | - |
| XYZ | 25.88 | 17.01 | 28.71 | - |
| YUV | 116.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 145 | 0 | 0.55 | 0.18 | 0.31 | 319.38 | 0.38 | 0.5 |
| Hex | B0 | 50 | 91 | 0 | 37 | 12 | 1F | 13F | 26 | 32 |
| Octal | 260 | 120 | 221 | 0 | 67 | 22 | 37 | 477 | 46 | 62 |
| Binary | 10110000 | 1010000 | 10010001 | 0 | 110111 | 10010 | 11111 | 100111111 | 100110 | 110010 |
Color Harmonies of #B05091
Complementary color
Monochromatic Colors of #B05091
Black with #B05091
Text Example
Text Example
White with #B05091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05091; }
p { color: rgb(176,80,145); }
H1.HeaderClassName
{
color: #B05091;
}
.AnyTagClassName
{
color: #B05091;
}
</style>
background-color css
<style>
a { background-color: #B05091; }
a { background-color: rgb(176,80,145); }
div.DivClassName
{
background-color: #B05091;
}
.BgClassName
{
background-color: #B05091;
}
</style>
border-color css
<style>
span { border-color: #B05091; }
span { border-color: rgb(176,80,145); }
td.TdClassName
{
border-color: #B05091;
}
.TagClassName
{
border-color: #B05091;
}
</style>