Shades of Mulberry #B8539B
Tints of Mulberry #B8539B
RGB
CMYK
RGB Variations
Color information
#B8539B (or 0xB8539B) is known color: Mulberry. HEX triplet: B8, 53 and 9B. RGB value is (184,83,155). Sum of RGB (Red+Green+Blue) = 184+83+155=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8539B is #47AC64. Grayscale: #797979. Windows color (decimal): -4697189 or 10179512. OLE color: 10179512.
HSL color Cylindrical-coordinate representation of color #B8539B: hue angle of 317.23º 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 #B8539B is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 155 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.28 |
| HSL | 317.23º | 0.42% | 0.52% | - |
| HSV(B) | 317.23º | 0.55% | 0.72% | - |
| XYZ | 28.78 | 18.74 | 33.11 | - |
| YUV | 121.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 155 | 0 | 0.55 | 0.16 | 0.28 | 317.23 | 0.42 | 0.52 |
| Hex | B8 | 53 | 9B | 0 | 37 | 10 | 1C | 13D | 2A | 34 |
| Octal | 270 | 123 | 233 | 0 | 67 | 20 | 34 | 475 | 52 | 64 |
| Binary | 10111000 | 1010011 | 10011011 | 0 | 110111 | 10000 | 11100 | 100111101 | 101010 | 110100 |
Color Harmonies of #B8539B
Complementary color
Monochromatic Colors of #B8539B
Black with #B8539B
Text Example
Text Example
White with #B8539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8539B; }
p { color: rgb(184,83,155); }
H1.HeaderClassName
{
color: #B8539B;
}
.AnyTagClassName
{
color: #B8539B;
}
</style>
background-color css
<style>
a { background-color: #B8539B; }
a { background-color: rgb(184,83,155); }
div.DivClassName
{
background-color: #B8539B;
}
.BgClassName
{
background-color: #B8539B;
}
</style>
border-color css
<style>
span { border-color: #B8539B; }
span { border-color: rgb(184,83,155); }
td.TdClassName
{
border-color: #B8539B;
}
.TagClassName
{
border-color: #B8539B;
}
</style>