Shades of Mulberry #B0478C
Tints of Mulberry #B0478C
RGB
CMYK
RGB Variations
Color information
#B0478C (or 0xB0478C) is known color: Mulberry. HEX triplet: B0, 47 and 8C. RGB value is (176,71,140). Sum of RGB (Red+Green+Blue) = 176+71+140=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0478C is #4FB873. Grayscale: #6E6E6E. Windows color (decimal): -5224564 or 9193392. OLE color: 9193392.
HSL color Cylindrical-coordinate representation of color #B0478C: hue angle of 320.57º 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 #B0478C is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 140 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.31 |
| HSL | 320.57º | 0.43% | 0.48% | - |
| HSV(B) | 320.57º | 0.6% | 0.69% | - |
| XYZ | 24.89 | 15.63 | 26.52 | - |
| YUV | 110.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 140 | 0 | 0.60 | 0.20 | 0.31 | 320.57 | 0.43 | 0.48 |
| Hex | B0 | 47 | 8C | 0 | 3C | 14 | 1F | 141 | 2B | 30 |
| Octal | 260 | 107 | 214 | 0 | 74 | 24 | 37 | 501 | 53 | 60 |
| Binary | 10110000 | 1000111 | 10001100 | 0 | 111100 | 10100 | 11111 | 101000001 | 101011 | 110000 |
Color Harmonies of #B0478C
Complementary color
Monochromatic Colors of #B0478C
Black with #B0478C
Text Example
Text Example
White with #B0478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0478C; }
p { color: rgb(176,71,140); }
H1.HeaderClassName
{
color: #B0478C;
}
.AnyTagClassName
{
color: #B0478C;
}
</style>
background-color css
<style>
a { background-color: #B0478C; }
a { background-color: rgb(176,71,140); }
div.DivClassName
{
background-color: #B0478C;
}
.BgClassName
{
background-color: #B0478C;
}
</style>
border-color css
<style>
span { border-color: #B0478C; }
span { border-color: rgb(176,71,140); }
td.TdClassName
{
border-color: #B0478C;
}
.TagClassName
{
border-color: #B0478C;
}
</style>