Shades of Mulberry #B0478D
Tints of Mulberry #B0478D
RGB
CMYK
RGB Variations
Color information
#B0478D (or 0xB0478D) is known color: Mulberry. HEX triplet: B0, 47 and 8D. RGB value is (176,71,141). Sum of RGB (Red+Green+Blue) = 176+71+141=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0478D is #4FB872. Grayscale: #6E6E6E. Windows color (decimal): -5224563 or 9258928. OLE color: 9258928.
HSL color Cylindrical-coordinate representation of color #B0478D: hue angle of 320º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0478D is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 141 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.31 |
| HSL | 320º | 0.43% | 0.48% | - |
| HSV(B) | 320º | 0.6% | 0.69% | - |
| XYZ | 24.97 | 15.66 | 26.91 | - |
| YUV | 110.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 141 | 0 | 0.60 | 0.20 | 0.31 | 320 | 0.43 | 0.48 |
| Hex | B0 | 47 | 8D | 0 | 3C | 14 | 1F | 140 | 2B | 30 |
| Octal | 260 | 107 | 215 | 0 | 74 | 24 | 37 | 500 | 53 | 60 |
| Binary | 10110000 | 1000111 | 10001101 | 0 | 111100 | 10100 | 11111 | 101000000 | 101011 | 110000 |
Color Harmonies of #B0478D
Complementary color
Monochromatic Colors of #B0478D
Black with #B0478D
Text Example
Text Example
White with #B0478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0478D; }
p { color: rgb(176,71,141); }
H1.HeaderClassName
{
color: #B0478D;
}
.AnyTagClassName
{
color: #B0478D;
}
</style>
background-color css
<style>
a { background-color: #B0478D; }
a { background-color: rgb(176,71,141); }
div.DivClassName
{
background-color: #B0478D;
}
.BgClassName
{
background-color: #B0478D;
}
</style>
border-color css
<style>
span { border-color: #B0478D; }
span { border-color: rgb(176,71,141); }
td.TdClassName
{
border-color: #B0478D;
}
.TagClassName
{
border-color: #B0478D;
}
</style>