Shades of Mulberry #B05487
Tints of Mulberry #B05487
RGB
CMYK
RGB Variations
Color information
#B05487 (or 0xB05487) is known color: Mulberry. HEX triplet: B0, 54 and 87. RGB value is (176,84,135). Sum of RGB (Red+Green+Blue) = 176+84+135=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B05487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05487 is #4FAB78. Grayscale: #757575. Windows color (decimal): -5221241 or 8869040. OLE color: 8869040.
HSL color Cylindrical-coordinate representation of color #B05487: hue angle of 326.74º 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 #B05487 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 135 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.31 |
| HSL | 326.74º | 0.37% | 0.51% | - |
| HSV(B) | 326.74º | 0.52% | 0.69% | - |
| XYZ | 25.45 | 17.32 | 24.92 | - |
| YUV | 117.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 135 | 0 | 0.52 | 0.23 | 0.31 | 326.74 | 0.37 | 0.51 |
| Hex | B0 | 54 | 87 | 0 | 34 | 17 | 1F | 147 | 25 | 33 |
| Octal | 260 | 124 | 207 | 0 | 64 | 27 | 37 | 507 | 45 | 63 |
| Binary | 10110000 | 1010100 | 10000111 | 0 | 110100 | 10111 | 11111 | 101000111 | 100101 | 110011 |
Color Harmonies of #B05487
Complementary color
Monochromatic Colors of #B05487
Black with #B05487
Text Example
Text Example
White with #B05487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05487; }
p { color: rgb(176,84,135); }
H1.HeaderClassName
{
color: #B05487;
}
.AnyTagClassName
{
color: #B05487;
}
</style>
background-color css
<style>
a { background-color: #B05487; }
a { background-color: rgb(176,84,135); }
div.DivClassName
{
background-color: #B05487;
}
.BgClassName
{
background-color: #B05487;
}
</style>
border-color css
<style>
span { border-color: #B05487; }
span { border-color: rgb(176,84,135); }
td.TdClassName
{
border-color: #B05487;
}
.TagClassName
{
border-color: #B05487;
}
</style>