Shades of Mulberry #B04B8D
Tints of Mulberry #B04B8D
RGB
CMYK
RGB Variations
Color information
#B04B8D (or 0xB04B8D) is known color: Mulberry. HEX triplet: B0, 4B and 8D. RGB value is (176,75,141). Sum of RGB (Red+Green+Blue) = 176+75+141=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04B8D is #4FB472. Grayscale: #707070. Windows color (decimal): -5223539 or 9259952. OLE color: 9259952.
HSL color Cylindrical-coordinate representation of color #B04B8D: hue angle of 320.79º 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 #B04B8D is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 75 | 141 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.31 |
| HSL | 320.79º | 0.4% | 0.49% | - |
| HSV(B) | 320.79º | 0.57% | 0.69% | - |
| XYZ | 25.23 | 16.19 | 26.99 | - |
| YUV | 112.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 141 | 0 | 0.57 | 0.20 | 0.31 | 320.79 | 0.4 | 0.49 |
| Hex | B0 | 4B | 8D | 0 | 39 | 14 | 1F | 141 | 28 | 31 |
| Octal | 260 | 113 | 215 | 0 | 71 | 24 | 37 | 501 | 50 | 61 |
| Binary | 10110000 | 1001011 | 10001101 | 0 | 111001 | 10100 | 11111 | 101000001 | 101000 | 110001 |
Color Harmonies of #B04B8D
Complementary color
Monochromatic Colors of #B04B8D
Black with #B04B8D
Text Example
Text Example
White with #B04B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04B8D; }
p { color: rgb(176,75,141); }
H1.HeaderClassName
{
color: #B04B8D;
}
.AnyTagClassName
{
color: #B04B8D;
}
</style>
background-color css
<style>
a { background-color: #B04B8D; }
a { background-color: rgb(176,75,141); }
div.DivClassName
{
background-color: #B04B8D;
}
.BgClassName
{
background-color: #B04B8D;
}
</style>
border-color css
<style>
span { border-color: #B04B8D; }
span { border-color: rgb(176,75,141); }
td.TdClassName
{
border-color: #B04B8D;
}
.TagClassName
{
border-color: #B04B8D;
}
</style>