Shades of Mulberry #B8559B
Tints of Mulberry #B8559B
RGB
CMYK
RGB Variations
Color information
#B8559B (or 0xB8559B) is known color: Mulberry. HEX triplet: B8, 55 and 9B. RGB value is (184,85,155). Sum of RGB (Red+Green+Blue) = 184+85+155=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8559B is #47AA64. Grayscale: #7A7A7A. Windows color (decimal): -4696677 or 10180024. OLE color: 10180024.
HSL color Cylindrical-coordinate representation of color #B8559B: hue angle of 317.58º 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 #B8559B is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 155 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.28 |
| HSL | 317.58º | 0.41% | 0.53% | - |
| HSV(B) | 317.58º | 0.54% | 0.72% | - |
| XYZ | 28.93 | 19.05 | 33.16 | - |
| YUV | 122.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 155 | 0 | 0.54 | 0.16 | 0.28 | 317.58 | 0.41 | 0.53 |
| Hex | B8 | 55 | 9B | 0 | 36 | 10 | 1C | 13E | 29 | 35 |
| Octal | 270 | 125 | 233 | 0 | 66 | 20 | 34 | 476 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10011011 | 0 | 110110 | 10000 | 11100 | 100111110 | 101001 | 110101 |
Color Harmonies of #B8559B
Complementary color
Monochromatic Colors of #B8559B
Black with #B8559B
Text Example
Text Example
White with #B8559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8559B; }
p { color: rgb(184,85,155); }
H1.HeaderClassName
{
color: #B8559B;
}
.AnyTagClassName
{
color: #B8559B;
}
</style>
background-color css
<style>
a { background-color: #B8559B; }
a { background-color: rgb(184,85,155); }
div.DivClassName
{
background-color: #B8559B;
}
.BgClassName
{
background-color: #B8559B;
}
</style>
border-color css
<style>
span { border-color: #B8559B; }
span { border-color: rgb(184,85,155); }
td.TdClassName
{
border-color: #B8559B;
}
.TagClassName
{
border-color: #B8559B;
}
</style>