Shades of Mulberry #B04C90
Tints of Mulberry #B04C90
RGB
CMYK
RGB Variations
Color information
#B04C90 (or 0xB04C90) is known color: Mulberry. HEX triplet: B0, 4C and 90. RGB value is (176,76,144). Sum of RGB (Red+Green+Blue) = 176+76+144=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C90 is #4FB36F. Grayscale: #717171. Windows color (decimal): -5223280 or 9456816. OLE color: 9456816.
HSL color Cylindrical-coordinate representation of color #B04C90: hue angle of 319.2º 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 #B04C90 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 144 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.31 |
| HSL | 319.2º | 0.4% | 0.49% | - |
| HSV(B) | 319.2º | 0.57% | 0.69% | - |
| XYZ | 25.52 | 16.41 | 28.21 | - |
| YUV | 113.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 144 | 0 | 0.57 | 0.18 | 0.31 | 319.2 | 0.4 | 0.49 |
| Hex | B0 | 4C | 90 | 0 | 39 | 12 | 1F | 13F | 28 | 31 |
| Octal | 260 | 114 | 220 | 0 | 71 | 22 | 37 | 477 | 50 | 61 |
| Binary | 10110000 | 1001100 | 10010000 | 0 | 111001 | 10010 | 11111 | 100111111 | 101000 | 110001 |
Color Harmonies of #B04C90
Complementary color
Monochromatic Colors of #B04C90
Black with #B04C90
Text Example
Text Example
White with #B04C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C90; }
p { color: rgb(176,76,144); }
H1.HeaderClassName
{
color: #B04C90;
}
.AnyTagClassName
{
color: #B04C90;
}
</style>
background-color css
<style>
a { background-color: #B04C90; }
a { background-color: rgb(176,76,144); }
div.DivClassName
{
background-color: #B04C90;
}
.BgClassName
{
background-color: #B04C90;
}
</style>
border-color css
<style>
span { border-color: #B04C90; }
span { border-color: rgb(176,76,144); }
td.TdClassName
{
border-color: #B04C90;
}
.TagClassName
{
border-color: #B04C90;
}
</style>