Shades of Mulberry #B0498E
Tints of Mulberry #B0498E
RGB
CMYK
RGB Variations
Color information
#B0498E (or 0xB0498E) is known color: Mulberry. HEX triplet: B0, 49 and 8E. RGB value is (176,73,142). Sum of RGB (Red+Green+Blue) = 176+73+142=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0498E is #4FB671. Grayscale: #6F6F6F. Windows color (decimal): -5224050 or 9324976. OLE color: 9324976.
HSL color Cylindrical-coordinate representation of color #B0498E: hue angle of 319.81º degrees, saturation: 0.41, 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 #B0498E is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 142 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.31 |
| HSL | 319.81º | 0.41% | 0.49% | - |
| HSV(B) | 319.81º | 0.59% | 0.69% | - |
| XYZ | 25.17 | 15.95 | 27.34 | - |
| YUV | 111.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 142 | 0 | 0.59 | 0.19 | 0.31 | 319.81 | 0.41 | 0.49 |
| Hex | B0 | 49 | 8E | 0 | 3B | 13 | 1F | 140 | 29 | 31 |
| Octal | 260 | 111 | 216 | 0 | 73 | 23 | 37 | 500 | 51 | 61 |
| Binary | 10110000 | 1001001 | 10001110 | 0 | 111011 | 10011 | 11111 | 101000000 | 101001 | 110001 |
Color Harmonies of #B0498E
Complementary color
Monochromatic Colors of #B0498E
Black with #B0498E
Text Example
Text Example
White with #B0498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0498E; }
p { color: rgb(176,73,142); }
H1.HeaderClassName
{
color: #B0498E;
}
.AnyTagClassName
{
color: #B0498E;
}
</style>
background-color css
<style>
a { background-color: #B0498E; }
a { background-color: rgb(176,73,142); }
div.DivClassName
{
background-color: #B0498E;
}
.BgClassName
{
background-color: #B0498E;
}
</style>
border-color css
<style>
span { border-color: #B0498E; }
span { border-color: rgb(176,73,142); }
td.TdClassName
{
border-color: #B0498E;
}
.TagClassName
{
border-color: #B0498E;
}
</style>