Shades of Mulberry #B04C8A
Tints of Mulberry #B04C8A
RGB
CMYK
RGB Variations
Color information
#B04C8A (or 0xB04C8A) is known color: Mulberry. HEX triplet: B0, 4C and 8A. RGB value is (176,76,138). Sum of RGB (Red+Green+Blue) = 176+76+138=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C8A is #4FB375. Grayscale: #707070. Windows color (decimal): -5223286 or 9063600. OLE color: 9063600.
HSL color Cylindrical-coordinate representation of color #B04C8A: hue angle of 322.8º 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 #B04C8A is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 138 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.31 |
| HSL | 322.8º | 0.4% | 0.49% | - |
| HSV(B) | 322.8º | 0.57% | 0.69% | - |
| XYZ | 25.08 | 16.23 | 25.86 | - |
| YUV | 112.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 138 | 0 | 0.57 | 0.22 | 0.31 | 322.8 | 0.4 | 0.49 |
| Hex | B0 | 4C | 8A | 0 | 39 | 16 | 1F | 143 | 28 | 31 |
| Octal | 260 | 114 | 212 | 0 | 71 | 26 | 37 | 503 | 50 | 61 |
| Binary | 10110000 | 1001100 | 10001010 | 0 | 111001 | 10110 | 11111 | 101000011 | 101000 | 110001 |
Color Harmonies of #B04C8A
Complementary color
Monochromatic Colors of #B04C8A
Black with #B04C8A
Text Example
Text Example
White with #B04C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C8A; }
p { color: rgb(176,76,138); }
H1.HeaderClassName
{
color: #B04C8A;
}
.AnyTagClassName
{
color: #B04C8A;
}
</style>
background-color css
<style>
a { background-color: #B04C8A; }
a { background-color: rgb(176,76,138); }
div.DivClassName
{
background-color: #B04C8A;
}
.BgClassName
{
background-color: #B04C8A;
}
</style>
border-color css
<style>
span { border-color: #B04C8A; }
span { border-color: rgb(176,76,138); }
td.TdClassName
{
border-color: #B04C8A;
}
.TagClassName
{
border-color: #B04C8A;
}
</style>