Shades of Mulberry #B04890
Tints of Mulberry #B04890
RGB
CMYK
RGB Variations
Color information
#B04890 (or 0xB04890) is known color: Mulberry. HEX triplet: B0, 48 and 90. RGB value is (176,72,144). Sum of RGB (Red+Green+Blue) = 176+72+144=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B04890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04890 is #4FB76F. Grayscale: #6F6F6F. Windows color (decimal): -5224304 or 9455792. OLE color: 9455792.
HSL color Cylindrical-coordinate representation of color #B04890: hue angle of 318.46º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04890 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 144 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.31 |
| HSL | 318.46º | 0.42% | 0.49% | - |
| HSV(B) | 318.46º | 0.59% | 0.69% | - |
| XYZ | 25.26 | 15.88 | 28.12 | - |
| YUV | 111.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 144 | 0 | 0.59 | 0.18 | 0.31 | 318.46 | 0.42 | 0.49 |
| Hex | B0 | 48 | 90 | 0 | 3B | 12 | 1F | 13E | 2A | 31 |
| Octal | 260 | 110 | 220 | 0 | 73 | 22 | 37 | 476 | 52 | 61 |
| Binary | 10110000 | 1001000 | 10010000 | 0 | 111011 | 10010 | 11111 | 100111110 | 101010 | 110001 |
Color Harmonies of #B04890
Complementary color
Monochromatic Colors of #B04890
Black with #B04890
Text Example
Text Example
White with #B04890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04890; }
p { color: rgb(176,72,144); }
H1.HeaderClassName
{
color: #B04890;
}
.AnyTagClassName
{
color: #B04890;
}
</style>
background-color css
<style>
a { background-color: #B04890; }
a { background-color: rgb(176,72,144); }
div.DivClassName
{
background-color: #B04890;
}
.BgClassName
{
background-color: #B04890;
}
</style>
border-color css
<style>
span { border-color: #B04890; }
span { border-color: rgb(176,72,144); }
td.TdClassName
{
border-color: #B04890;
}
.TagClassName
{
border-color: #B04890;
}
</style>