Shades of Mulberry #B05588
Tints of Mulberry #B05588
RGB
CMYK
RGB Variations
Color information
#B05588 (or 0xB05588) is known color: Mulberry. HEX triplet: B0, 55 and 88. RGB value is (176,85,136). Sum of RGB (Red+Green+Blue) = 176+85+136=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B05588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05588 is #4FAA77. Grayscale: #757575. Windows color (decimal): -5220984 or 8934832. OLE color: 8934832.
HSL color Cylindrical-coordinate representation of color #B05588: hue angle of 326.37º 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 #B05588 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 136 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.31 |
| HSL | 326.37º | 0.37% | 0.51% | - |
| HSV(B) | 326.37º | 0.52% | 0.69% | - |
| XYZ | 25.6 | 17.5 | 25.32 | - |
| YUV | 118.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 136 | 0 | 0.52 | 0.23 | 0.31 | 326.37 | 0.37 | 0.51 |
| Hex | B0 | 55 | 88 | 0 | 34 | 17 | 1F | 146 | 25 | 33 |
| Octal | 260 | 125 | 210 | 0 | 64 | 27 | 37 | 506 | 45 | 63 |
| Binary | 10110000 | 1010101 | 10001000 | 0 | 110100 | 10111 | 11111 | 101000110 | 100101 | 110011 |
Color Harmonies of #B05588
Complementary color
Monochromatic Colors of #B05588
Black with #B05588
Text Example
Text Example
White with #B05588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05588; }
p { color: rgb(176,85,136); }
H1.HeaderClassName
{
color: #B05588;
}
.AnyTagClassName
{
color: #B05588;
}
</style>
background-color css
<style>
a { background-color: #B05588; }
a { background-color: rgb(176,85,136); }
div.DivClassName
{
background-color: #B05588;
}
.BgClassName
{
background-color: #B05588;
}
</style>
border-color css
<style>
span { border-color: #B05588; }
span { border-color: rgb(176,85,136); }
td.TdClassName
{
border-color: #B05588;
}
.TagClassName
{
border-color: #B05588;
}
</style>