Shades of Mulberry #B04B8F
Tints of Mulberry #B04B8F
RGB
CMYK
RGB Variations
Color information
#B04B8F (or 0xB04B8F) is known color: Mulberry. HEX triplet: B0, 4B and 8F. RGB value is (176,75,143). Sum of RGB (Red+Green+Blue) = 176+75+143=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04B8F is #4FB470. Grayscale: #707070. Windows color (decimal): -5223537 or 9391024. OLE color: 9391024.
HSL color Cylindrical-coordinate representation of color #B04B8F: hue angle of 319.6º 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 #B04B8F is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 75 | 143 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.31 |
| HSL | 319.6º | 0.4% | 0.49% | - |
| HSV(B) | 319.6º | 0.57% | 0.69% | - |
| XYZ | 25.38 | 16.25 | 27.78 | - |
| YUV | 112.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 143 | 0 | 0.57 | 0.19 | 0.31 | 319.6 | 0.4 | 0.49 |
| Hex | B0 | 4B | 8F | 0 | 39 | 13 | 1F | 140 | 28 | 31 |
| Octal | 260 | 113 | 217 | 0 | 71 | 23 | 37 | 500 | 50 | 61 |
| Binary | 10110000 | 1001011 | 10001111 | 0 | 111001 | 10011 | 11111 | 101000000 | 101000 | 110001 |
Color Harmonies of #B04B8F
Complementary color
Monochromatic Colors of #B04B8F
Black with #B04B8F
Text Example
Text Example
White with #B04B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04B8F; }
p { color: rgb(176,75,143); }
H1.HeaderClassName
{
color: #B04B8F;
}
.AnyTagClassName
{
color: #B04B8F;
}
</style>
background-color css
<style>
a { background-color: #B04B8F; }
a { background-color: rgb(176,75,143); }
div.DivClassName
{
background-color: #B04B8F;
}
.BgClassName
{
background-color: #B04B8F;
}
</style>
border-color css
<style>
span { border-color: #B04B8F; }
span { border-color: rgb(176,75,143); }
td.TdClassName
{
border-color: #B04B8F;
}
.TagClassName
{
border-color: #B04B8F;
}
</style>