Shades of Mulberry #B8539F
Tints of Mulberry #B8539F
RGB
CMYK
RGB Variations
Color information
#B8539F (or 0xB8539F) is known color: Mulberry. HEX triplet: B8, 53 and 9F. RGB value is (184,83,159). Sum of RGB (Red+Green+Blue) = 184+83+159=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8539F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8539F is #47AC60. Grayscale: #797979. Windows color (decimal): -4697185 or 10441656. OLE color: 10441656.
HSL color Cylindrical-coordinate representation of color #B8539F: hue angle of 314.85º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8539F is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 159 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.28 |
| HSL | 314.85º | 0.42% | 0.52% | - |
| HSV(B) | 314.85º | 0.55% | 0.72% | - |
| XYZ | 29.12 | 18.88 | 34.91 | - |
| YUV | 121.86 | 148.96 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 159 | 0 | 0.55 | 0.14 | 0.28 | 314.85 | 0.42 | 0.52 |
| Hex | B8 | 53 | 9F | 0 | 37 | E | 1C | 13B | 2A | 34 |
| Octal | 270 | 123 | 237 | 0 | 67 | 16 | 34 | 473 | 52 | 64 |
| Binary | 10111000 | 1010011 | 10011111 | 0 | 110111 | 1110 | 11100 | 100111011 | 101010 | 110100 |
Color Harmonies of #B8539F
Complementary color
Monochromatic Colors of #B8539F
Black with #B8539F
Text Example
Text Example
White with #B8539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8539F; }
p { color: rgb(184,83,159); }
H1.HeaderClassName
{
color: #B8539F;
}
.AnyTagClassName
{
color: #B8539F;
}
</style>
background-color css
<style>
a { background-color: #B8539F; }
a { background-color: rgb(184,83,159); }
div.DivClassName
{
background-color: #B8539F;
}
.BgClassName
{
background-color: #B8539F;
}
</style>
border-color css
<style>
span { border-color: #B8539F; }
span { border-color: rgb(184,83,159); }
td.TdClassName
{
border-color: #B8539F;
}
.TagClassName
{
border-color: #B8539F;
}
</style>