Shades of Mulberry #B04E94
Tints of Mulberry #B04E94
RGB
CMYK
RGB Variations
Color information
#B04E94 (or 0xB04E94) is known color: Mulberry. HEX triplet: B0, 4E and 94. RGB value is (176,78,148). Sum of RGB (Red+Green+Blue) = 176+78+148=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04E94 is #4FB16B. Grayscale: #737373. Windows color (decimal): -5222764 or 9719472. OLE color: 9719472.
HSL color Cylindrical-coordinate representation of color #B04E94: hue angle of 317.14º 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 #B04E94 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 78 | 148 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.31 |
| HSL | 317.14º | 0.39% | 0.5% | - |
| HSV(B) | 317.14º | 0.56% | 0.69% | - |
| XYZ | 25.97 | 16.82 | 29.89 | - |
| YUV | 115.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 148 | 0 | 0.56 | 0.16 | 0.31 | 317.14 | 0.39 | 0.5 |
| Hex | B0 | 4E | 94 | 0 | 38 | 10 | 1F | 13D | 27 | 32 |
| Octal | 260 | 116 | 224 | 0 | 70 | 20 | 37 | 475 | 47 | 62 |
| Binary | 10110000 | 1001110 | 10010100 | 0 | 111000 | 10000 | 11111 | 100111101 | 100111 | 110010 |
Color Harmonies of #B04E94
Complementary color
Monochromatic Colors of #B04E94
Black with #B04E94
Text Example
Text Example
White with #B04E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04E94; }
p { color: rgb(176,78,148); }
H1.HeaderClassName
{
color: #B04E94;
}
.AnyTagClassName
{
color: #B04E94;
}
</style>
background-color css
<style>
a { background-color: #B04E94; }
a { background-color: rgb(176,78,148); }
div.DivClassName
{
background-color: #B04E94;
}
.BgClassName
{
background-color: #B04E94;
}
</style>
border-color css
<style>
span { border-color: #B04E94; }
span { border-color: rgb(176,78,148); }
td.TdClassName
{
border-color: #B04E94;
}
.TagClassName
{
border-color: #B04E94;
}
</style>