Shades of Mulberry #B0598F
Tints of Mulberry #B0598F
RGB
CMYK
RGB Variations
Color information
#B0598F (or 0xB0598F) is known color: Mulberry. HEX triplet: B0, 59 and 8F. RGB value is (176,89,143). Sum of RGB (Red+Green+Blue) = 176+89+143=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B0598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0598F is #4FA670. Grayscale: #797979. Windows color (decimal): -5219953 or 9394608. OLE color: 9394608.
HSL color Cylindrical-coordinate representation of color #B0598F: hue angle of 322.76º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0598F is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 143 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.31 |
| HSL | 322.76º | 0.36% | 0.52% | - |
| HSV(B) | 322.76º | 0.49% | 0.69% | - |
| XYZ | 26.43 | 18.36 | 28.14 | - |
| YUV | 121.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 143 | 0 | 0.49 | 0.19 | 0.31 | 322.76 | 0.36 | 0.52 |
| Hex | B0 | 59 | 8F | 0 | 31 | 13 | 1F | 143 | 24 | 34 |
| Octal | 260 | 131 | 217 | 0 | 61 | 23 | 37 | 503 | 44 | 64 |
| Binary | 10110000 | 1011001 | 10001111 | 0 | 110001 | 10011 | 11111 | 101000011 | 100100 | 110100 |
Color Harmonies of #B0598F
Complementary color
Monochromatic Colors of #B0598F
Black with #B0598F
Text Example
Text Example
White with #B0598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0598F; }
p { color: rgb(176,89,143); }
H1.HeaderClassName
{
color: #B0598F;
}
.AnyTagClassName
{
color: #B0598F;
}
</style>
background-color css
<style>
a { background-color: #B0598F; }
a { background-color: rgb(176,89,143); }
div.DivClassName
{
background-color: #B0598F;
}
.BgClassName
{
background-color: #B0598F;
}
</style>
border-color css
<style>
span { border-color: #B0598F; }
span { border-color: rgb(176,89,143); }
td.TdClassName
{
border-color: #B0598F;
}
.TagClassName
{
border-color: #B0598F;
}
</style>