Shades of Mulberry #B04D8D
Tints of Mulberry #B04D8D
RGB
CMYK
RGB Variations
Color information
#B04D8D (or 0xB04D8D) is known color: Mulberry. HEX triplet: B0, 4D and 8D. RGB value is (176,77,141). Sum of RGB (Red+Green+Blue) = 176+77+141=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04D8D is #4FB272. Grayscale: #717171. Windows color (decimal): -5223027 or 9260464. OLE color: 9260464.
HSL color Cylindrical-coordinate representation of color #B04D8D: hue angle of 321.21º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04D8D is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 141 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.31 |
| HSL | 321.21º | 0.39% | 0.5% | - |
| HSV(B) | 321.21º | 0.56% | 0.69% | - |
| XYZ | 25.37 | 16.46 | 27.04 | - |
| YUV | 113.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 141 | 0 | 0.56 | 0.20 | 0.31 | 321.21 | 0.39 | 0.5 |
| Hex | B0 | 4D | 8D | 0 | 38 | 14 | 1F | 141 | 27 | 32 |
| Octal | 260 | 115 | 215 | 0 | 70 | 24 | 37 | 501 | 47 | 62 |
| Binary | 10110000 | 1001101 | 10001101 | 0 | 111000 | 10100 | 11111 | 101000001 | 100111 | 110010 |
Color Harmonies of #B04D8D
Complementary color
Monochromatic Colors of #B04D8D
Black with #B04D8D
Text Example
Text Example
White with #B04D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D8D; }
p { color: rgb(176,77,141); }
H1.HeaderClassName
{
color: #B04D8D;
}
.AnyTagClassName
{
color: #B04D8D;
}
</style>
background-color css
<style>
a { background-color: #B04D8D; }
a { background-color: rgb(176,77,141); }
div.DivClassName
{
background-color: #B04D8D;
}
.BgClassName
{
background-color: #B04D8D;
}
</style>
border-color css
<style>
span { border-color: #B04D8D; }
span { border-color: rgb(176,77,141); }
td.TdClassName
{
border-color: #B04D8D;
}
.TagClassName
{
border-color: #B04D8D;
}
</style>