Shades of Mulberry #B04E8F
Tints of Mulberry #B04E8F
RGB
CMYK
RGB Variations
Color information
#B04E8F (or 0xB04E8F) is known color: Mulberry. HEX triplet: B0, 4E and 8F. RGB value is (176,78,143). Sum of RGB (Red+Green+Blue) = 176+78+143=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04E8F is #4FB170. Grayscale: #727272. Windows color (decimal): -5222769 or 9391792. OLE color: 9391792.
HSL color Cylindrical-coordinate representation of color #B04E8F: hue angle of 320.2º 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 #B04E8F is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 78 | 143 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.31 |
| HSL | 320.2º | 0.39% | 0.5% | - |
| HSV(B) | 320.2º | 0.56% | 0.69% | - |
| XYZ | 25.59 | 16.66 | 27.85 | - |
| YUV | 114.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 143 | 0 | 0.56 | 0.19 | 0.31 | 320.2 | 0.39 | 0.5 |
| Hex | B0 | 4E | 8F | 0 | 38 | 13 | 1F | 140 | 27 | 32 |
| Octal | 260 | 116 | 217 | 0 | 70 | 23 | 37 | 500 | 47 | 62 |
| Binary | 10110000 | 1001110 | 10001111 | 0 | 111000 | 10011 | 11111 | 101000000 | 100111 | 110010 |
Color Harmonies of #B04E8F
Complementary color
Monochromatic Colors of #B04E8F
Black with #B04E8F
Text Example
Text Example
White with #B04E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04E8F; }
p { color: rgb(176,78,143); }
H1.HeaderClassName
{
color: #B04E8F;
}
.AnyTagClassName
{
color: #B04E8F;
}
</style>
background-color css
<style>
a { background-color: #B04E8F; }
a { background-color: rgb(176,78,143); }
div.DivClassName
{
background-color: #B04E8F;
}
.BgClassName
{
background-color: #B04E8F;
}
</style>
border-color css
<style>
span { border-color: #B04E8F; }
span { border-color: rgb(176,78,143); }
td.TdClassName
{
border-color: #B04E8F;
}
.TagClassName
{
border-color: #B04E8F;
}
</style>