Shades of Mulberry #B8558F
Tints of Mulberry #B8558F
RGB
CMYK
RGB Variations
Color information
#B8558F (or 0xB8558F) is known color: Mulberry. HEX triplet: B8, 55 and 8F. RGB value is (184,85,143). Sum of RGB (Red+Green+Blue) = 184+85+143=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8558F is #47AA70. Grayscale: #797979. Windows color (decimal): -4696689 or 9393592. OLE color: 9393592.
HSL color Cylindrical-coordinate representation of color #B8558F: hue angle of 324.85º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8558F is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 143 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.28 |
| HSL | 324.85º | 0.41% | 0.53% | - |
| HSV(B) | 324.85º | 0.54% | 0.72% | - |
| XYZ | 27.97 | 18.67 | 28.12 | - |
| YUV | 121.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 143 | 0 | 0.54 | 0.22 | 0.28 | 324.85 | 0.41 | 0.53 |
| Hex | B8 | 55 | 8F | 0 | 36 | 16 | 1C | 145 | 29 | 35 |
| Octal | 270 | 125 | 217 | 0 | 66 | 26 | 34 | 505 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10001111 | 0 | 110110 | 10110 | 11100 | 101000101 | 101001 | 110101 |
Color Harmonies of #B8558F
Complementary color
Monochromatic Colors of #B8558F
Black with #B8558F
Text Example
Text Example
White with #B8558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8558F; }
p { color: rgb(184,85,143); }
H1.HeaderClassName
{
color: #B8558F;
}
.AnyTagClassName
{
color: #B8558F;
}
</style>
background-color css
<style>
a { background-color: #B8558F; }
a { background-color: rgb(184,85,143); }
div.DivClassName
{
background-color: #B8558F;
}
.BgClassName
{
background-color: #B8558F;
}
</style>
border-color css
<style>
span { border-color: #B8558F; }
span { border-color: rgb(184,85,143); }
td.TdClassName
{
border-color: #B8558F;
}
.TagClassName
{
border-color: #B8558F;
}
</style>