Shades of Mulberry #B04D8C
Tints of Mulberry #B04D8C
RGB
CMYK
RGB Variations
Color information
#B04D8C (or 0xB04D8C) is known color: Mulberry. HEX triplet: B0, 4D and 8C. RGB value is (176,77,140). Sum of RGB (Red+Green+Blue) = 176+77+140=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04D8C is #4FB273. Grayscale: #717171. Windows color (decimal): -5223028 or 9194928. OLE color: 9194928.
HSL color Cylindrical-coordinate representation of color #B04D8C: hue angle of 321.82º 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 #B04D8C is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 140 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.31 |
| HSL | 321.82º | 0.39% | 0.5% | - |
| HSV(B) | 321.82º | 0.56% | 0.69% | - |
| XYZ | 25.29 | 16.43 | 26.65 | - |
| YUV | 113.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 140 | 0 | 0.56 | 0.20 | 0.31 | 321.82 | 0.39 | 0.5 |
| Hex | B0 | 4D | 8C | 0 | 38 | 14 | 1F | 142 | 27 | 32 |
| Octal | 260 | 115 | 214 | 0 | 70 | 24 | 37 | 502 | 47 | 62 |
| Binary | 10110000 | 1001101 | 10001100 | 0 | 111000 | 10100 | 11111 | 101000010 | 100111 | 110010 |
Color Harmonies of #B04D8C
Complementary color
Monochromatic Colors of #B04D8C
Black with #B04D8C
Text Example
Text Example
White with #B04D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D8C; }
p { color: rgb(176,77,140); }
H1.HeaderClassName
{
color: #B04D8C;
}
.AnyTagClassName
{
color: #B04D8C;
}
</style>
background-color css
<style>
a { background-color: #B04D8C; }
a { background-color: rgb(176,77,140); }
div.DivClassName
{
background-color: #B04D8C;
}
.BgClassName
{
background-color: #B04D8C;
}
</style>
border-color css
<style>
span { border-color: #B04D8C; }
span { border-color: rgb(176,77,140); }
td.TdClassName
{
border-color: #B04D8C;
}
.TagClassName
{
border-color: #B04D8C;
}
</style>