Shades of Mulberry #B04F8C
Tints of Mulberry #B04F8C
RGB
CMYK
RGB Variations
Color information
#B04F8C (or 0xB04F8C) is known color: Mulberry. HEX triplet: B0, 4F and 8C. RGB value is (176,79,140). Sum of RGB (Red+Green+Blue) = 176+79+140=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04F8C is #4FB073. Grayscale: #727272. Windows color (decimal): -5222516 or 9195440. OLE color: 9195440.
HSL color Cylindrical-coordinate representation of color #B04F8C: hue angle of 322.27º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B04F8C is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 140 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.31 |
| HSL | 322.27º | 0.38% | 0.5% | - |
| HSV(B) | 322.27º | 0.55% | 0.69% | - |
| XYZ | 25.43 | 16.72 | 26.7 | - |
| YUV | 114.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 140 | 0 | 0.55 | 0.20 | 0.31 | 322.27 | 0.38 | 0.5 |
| Hex | B0 | 4F | 8C | 0 | 37 | 14 | 1F | 142 | 26 | 32 |
| Octal | 260 | 117 | 214 | 0 | 67 | 24 | 37 | 502 | 46 | 62 |
| Binary | 10110000 | 1001111 | 10001100 | 0 | 110111 | 10100 | 11111 | 101000010 | 100110 | 110010 |
Color Harmonies of #B04F8C
Complementary color
Monochromatic Colors of #B04F8C
Black with #B04F8C
Text Example
Text Example
White with #B04F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F8C; }
p { color: rgb(176,79,140); }
H1.HeaderClassName
{
color: #B04F8C;
}
.AnyTagClassName
{
color: #B04F8C;
}
</style>
background-color css
<style>
a { background-color: #B04F8C; }
a { background-color: rgb(176,79,140); }
div.DivClassName
{
background-color: #B04F8C;
}
.BgClassName
{
background-color: #B04F8C;
}
</style>
border-color css
<style>
span { border-color: #B04F8C; }
span { border-color: rgb(176,79,140); }
td.TdClassName
{
border-color: #B04F8C;
}
.TagClassName
{
border-color: #B04F8C;
}
</style>