Shades of Mulberry #B85C8F
Tints of Mulberry #B85C8F
RGB
CMYK
RGB Variations
Color information
#B85C8F (or 0xB85C8F) is known color: Mulberry. HEX triplet: B8, 5C and 8F. RGB value is (184,92,143). Sum of RGB (Red+Green+Blue) = 184+92+143=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85C8F is #47A370. Grayscale: #7D7D7D. Windows color (decimal): -4694897 or 9395384. OLE color: 9395384.
HSL color Cylindrical-coordinate representation of color #B85C8F: hue angle of 326.74º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85C8F is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 143 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.28 |
| HSL | 326.74º | 0.39% | 0.54% | - |
| HSV(B) | 326.74º | 0.5% | 0.72% | - |
| XYZ | 28.55 | 19.83 | 28.31 | - |
| YUV | 125.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 143 | 0 | 0.50 | 0.22 | 0.28 | 326.74 | 0.39 | 0.54 |
| Hex | B8 | 5C | 8F | 0 | 32 | 16 | 1C | 147 | 27 | 36 |
| Octal | 270 | 134 | 217 | 0 | 62 | 26 | 34 | 507 | 47 | 66 |
| Binary | 10111000 | 1011100 | 10001111 | 0 | 110010 | 10110 | 11100 | 101000111 | 100111 | 110110 |
Color Harmonies of #B85C8F
Complementary color
Monochromatic Colors of #B85C8F
Black with #B85C8F
Text Example
Text Example
White with #B85C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C8F; }
p { color: rgb(184,92,143); }
H1.HeaderClassName
{
color: #B85C8F;
}
.AnyTagClassName
{
color: #B85C8F;
}
</style>
background-color css
<style>
a { background-color: #B85C8F; }
a { background-color: rgb(184,92,143); }
div.DivClassName
{
background-color: #B85C8F;
}
.BgClassName
{
background-color: #B85C8F;
}
</style>
border-color css
<style>
span { border-color: #B85C8F; }
span { border-color: rgb(184,92,143); }
td.TdClassName
{
border-color: #B85C8F;
}
.TagClassName
{
border-color: #B85C8F;
}
</style>