Shades of Mulberry #B8599D
Tints of Mulberry #B8599D
RGB
CMYK
RGB Variations
Color information
#B8599D (or 0xB8599D) is known color: Mulberry. HEX triplet: B8, 59 and 9D. RGB value is (184,89,157). Sum of RGB (Red+Green+Blue) = 184+89+157=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8599D is #47A662. Grayscale: #7C7C7C. Windows color (decimal): -4695651 or 10312120. OLE color: 10312120.
HSL color Cylindrical-coordinate representation of color #B8599D: hue angle of 317.05º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8599D is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 157 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.28 |
| HSL | 317.05º | 0.4% | 0.54% | - |
| HSV(B) | 317.05º | 0.52% | 0.72% | - |
| XYZ | 29.43 | 19.77 | 34.16 | - |
| YUV | 125.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 157 | 0 | 0.52 | 0.15 | 0.28 | 317.05 | 0.4 | 0.54 |
| Hex | B8 | 59 | 9D | 0 | 34 | F | 1C | 13D | 28 | 36 |
| Octal | 270 | 131 | 235 | 0 | 64 | 17 | 34 | 475 | 50 | 66 |
| Binary | 10111000 | 1011001 | 10011101 | 0 | 110100 | 1111 | 11100 | 100111101 | 101000 | 110110 |
Color Harmonies of #B8599D
Complementary color
Monochromatic Colors of #B8599D
Black with #B8599D
Text Example
Text Example
White with #B8599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8599D; }
p { color: rgb(184,89,157); }
H1.HeaderClassName
{
color: #B8599D;
}
.AnyTagClassName
{
color: #B8599D;
}
</style>
background-color css
<style>
a { background-color: #B8599D; }
a { background-color: rgb(184,89,157); }
div.DivClassName
{
background-color: #B8599D;
}
.BgClassName
{
background-color: #B8599D;
}
</style>
border-color css
<style>
span { border-color: #B8599D; }
span { border-color: rgb(184,89,157); }
td.TdClassName
{
border-color: #B8599D;
}
.TagClassName
{
border-color: #B8599D;
}
</style>