Shades of Mulberry #B05488
Tints of Mulberry #B05488
RGB
CMYK
RGB Variations
Color information
#B05488 (or 0xB05488) is known color: Mulberry. HEX triplet: B0, 54 and 88. RGB value is (176,84,136). Sum of RGB (Red+Green+Blue) = 176+84+136=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B05488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05488 is #4FAB77. Grayscale: #757575. Windows color (decimal): -5221240 or 8934576. OLE color: 8934576.
HSL color Cylindrical-coordinate representation of color #B05488: hue angle of 326.09º 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 #B05488 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 136 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.31 |
| HSL | 326.09º | 0.37% | 0.51% | - |
| HSV(B) | 326.09º | 0.52% | 0.69% | - |
| XYZ | 25.52 | 17.35 | 25.3 | - |
| YUV | 117.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 136 | 0 | 0.52 | 0.23 | 0.31 | 326.09 | 0.37 | 0.51 |
| Hex | B0 | 54 | 88 | 0 | 34 | 17 | 1F | 146 | 25 | 33 |
| Octal | 260 | 124 | 210 | 0 | 64 | 27 | 37 | 506 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10001000 | 0 | 110100 | 10111 | 11111 | 101000110 | 100101 | 110011 |
Color Harmonies of #B05488
Complementary color
Monochromatic Colors of #B05488
Black with #B05488
Text Example
Text Example
White with #B05488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05488; }
p { color: rgb(176,84,136); }
H1.HeaderClassName
{
color: #B05488;
}
.AnyTagClassName
{
color: #B05488;
}
</style>
background-color css
<style>
a { background-color: #B05488; }
a { background-color: rgb(176,84,136); }
div.DivClassName
{
background-color: #B05488;
}
.BgClassName
{
background-color: #B05488;
}
</style>
border-color css
<style>
span { border-color: #B05488; }
span { border-color: rgb(176,84,136); }
td.TdClassName
{
border-color: #B05488;
}
.TagClassName
{
border-color: #B05488;
}
</style>