Shades of Mulberry #B8559A
Tints of Mulberry #B8559A
RGB
CMYK
RGB Variations
Color information
#B8559A (or 0xB8559A) is known color: Mulberry. HEX triplet: B8, 55 and 9A. RGB value is (184,85,154). Sum of RGB (Red+Green+Blue) = 184+85+154=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8559A is #47AA65. Grayscale: #7A7A7A. Windows color (decimal): -4696678 or 10114488. OLE color: 10114488.
HSL color Cylindrical-coordinate representation of color #B8559A: hue angle of 318.18º 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 #B8559A is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 154 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.28 |
| HSL | 318.18º | 0.41% | 0.53% | - |
| HSV(B) | 318.18º | 0.54% | 0.72% | - |
| XYZ | 28.85 | 19.02 | 32.72 | - |
| YUV | 122.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 154 | 0 | 0.54 | 0.16 | 0.28 | 318.18 | 0.41 | 0.53 |
| Hex | B8 | 55 | 9A | 0 | 36 | 10 | 1C | 13E | 29 | 35 |
| Octal | 270 | 125 | 232 | 0 | 66 | 20 | 34 | 476 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10011010 | 0 | 110110 | 10000 | 11100 | 100111110 | 101001 | 110101 |
Color Harmonies of #B8559A
Complementary color
Monochromatic Colors of #B8559A
Black with #B8559A
Text Example
Text Example
White with #B8559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8559A; }
p { color: rgb(184,85,154); }
H1.HeaderClassName
{
color: #B8559A;
}
.AnyTagClassName
{
color: #B8559A;
}
</style>
background-color css
<style>
a { background-color: #B8559A; }
a { background-color: rgb(184,85,154); }
div.DivClassName
{
background-color: #B8559A;
}
.BgClassName
{
background-color: #B8559A;
}
</style>
border-color css
<style>
span { border-color: #B8559A; }
span { border-color: rgb(184,85,154); }
td.TdClassName
{
border-color: #B8559A;
}
.TagClassName
{
border-color: #B8559A;
}
</style>