Shades of Mulberry #B04C8D
Tints of Mulberry #B04C8D
RGB
CMYK
RGB Variations
Color information
#B04C8D (or 0xB04C8D) is known color: Mulberry. HEX triplet: B0, 4C and 8D. RGB value is (176,76,141). Sum of RGB (Red+Green+Blue) = 176+76+141=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C8D is #4FB372. Grayscale: #717171. Windows color (decimal): -5223283 or 9260208. OLE color: 9260208.
HSL color Cylindrical-coordinate representation of color #B04C8D: hue angle of 321º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04C8D is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 141 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.31 |
| HSL | 321º | 0.4% | 0.49% | - |
| HSV(B) | 321º | 0.57% | 0.69% | - |
| XYZ | 25.3 | 16.32 | 27.02 | - |
| YUV | 113.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 141 | 0 | 0.57 | 0.20 | 0.31 | 321 | 0.4 | 0.49 |
| Hex | B0 | 4C | 8D | 0 | 39 | 14 | 1F | 141 | 28 | 31 |
| Octal | 260 | 114 | 215 | 0 | 71 | 24 | 37 | 501 | 50 | 61 |
| Binary | 10110000 | 1001100 | 10001101 | 0 | 111001 | 10100 | 11111 | 101000001 | 101000 | 110001 |
Color Harmonies of #B04C8D
Complementary color
Monochromatic Colors of #B04C8D
Black with #B04C8D
Text Example
Text Example
White with #B04C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C8D; }
p { color: rgb(176,76,141); }
H1.HeaderClassName
{
color: #B04C8D;
}
.AnyTagClassName
{
color: #B04C8D;
}
</style>
background-color css
<style>
a { background-color: #B04C8D; }
a { background-color: rgb(176,76,141); }
div.DivClassName
{
background-color: #B04C8D;
}
.BgClassName
{
background-color: #B04C8D;
}
</style>
border-color css
<style>
span { border-color: #B04C8D; }
span { border-color: rgb(176,76,141); }
td.TdClassName
{
border-color: #B04C8D;
}
.TagClassName
{
border-color: #B04C8D;
}
</style>