Shades of Mulberry #B04794
Tints of Mulberry #B04794
RGB
CMYK
RGB Variations
Color information
#B04794 (or 0xB04794) is known color: Mulberry. HEX triplet: B0, 47 and 94. RGB value is (176,71,148). Sum of RGB (Red+Green+Blue) = 176+71+148=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B04794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04794 is #4FB86B. Grayscale: #6E6E6E. Windows color (decimal): -5224556 or 9717680. OLE color: 9717680.
HSL color Cylindrical-coordinate representation of color #B04794: hue angle of 316º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04794 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 148 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.31 |
| HSL | 316º | 0.43% | 0.48% | - |
| HSV(B) | 316º | 0.6% | 0.69% | - |
| XYZ | 25.5 | 15.87 | 29.74 | - |
| YUV | 111.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 148 | 0 | 0.60 | 0.16 | 0.31 | 316 | 0.43 | 0.48 |
| Hex | B0 | 47 | 94 | 0 | 3C | 10 | 1F | 13C | 2B | 30 |
| Octal | 260 | 107 | 224 | 0 | 74 | 20 | 37 | 474 | 53 | 60 |
| Binary | 10110000 | 1000111 | 10010100 | 0 | 111100 | 10000 | 11111 | 100111100 | 101011 | 110000 |
Color Harmonies of #B04794
Complementary color
Monochromatic Colors of #B04794
Black with #B04794
Text Example
Text Example
White with #B04794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04794; }
p { color: rgb(176,71,148); }
H1.HeaderClassName
{
color: #B04794;
}
.AnyTagClassName
{
color: #B04794;
}
</style>
background-color css
<style>
a { background-color: #B04794; }
a { background-color: rgb(176,71,148); }
div.DivClassName
{
background-color: #B04794;
}
.BgClassName
{
background-color: #B04794;
}
</style>
border-color css
<style>
span { border-color: #B04794; }
span { border-color: rgb(176,71,148); }
td.TdClassName
{
border-color: #B04794;
}
.TagClassName
{
border-color: #B04794;
}
</style>