Shades of Mulberry #B8528D
Tints of Mulberry #B8528D
RGB
CMYK
RGB Variations
Color information
#B8528D (or 0xB8528D) is known color: Mulberry. HEX triplet: B8, 52 and 8D. RGB value is (184,82,141). Sum of RGB (Red+Green+Blue) = 184+82+141=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8528D is #47AD72. Grayscale: #777777. Windows color (decimal): -4697459 or 9261752. OLE color: 9261752.
HSL color Cylindrical-coordinate representation of color #B8528D: hue angle of 325.29º 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 #B8528D is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 141 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.28 |
| HSL | 325.29º | 0.42% | 0.52% | - |
| HSV(B) | 325.29º | 0.55% | 0.72% | - |
| XYZ | 27.59 | 18.15 | 27.25 | - |
| YUV | 119.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 141 | 0 | 0.55 | 0.23 | 0.28 | 325.29 | 0.42 | 0.52 |
| Hex | B8 | 52 | 8D | 0 | 37 | 17 | 1C | 145 | 2A | 34 |
| Octal | 270 | 122 | 215 | 0 | 67 | 27 | 34 | 505 | 52 | 64 |
| Binary | 10111000 | 1010010 | 10001101 | 0 | 110111 | 10111 | 11100 | 101000101 | 101010 | 110100 |
Color Harmonies of #B8528D
Complementary color
Monochromatic Colors of #B8528D
Black with #B8528D
Text Example
Text Example
White with #B8528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8528D; }
p { color: rgb(184,82,141); }
H1.HeaderClassName
{
color: #B8528D;
}
.AnyTagClassName
{
color: #B8528D;
}
</style>
background-color css
<style>
a { background-color: #B8528D; }
a { background-color: rgb(184,82,141); }
div.DivClassName
{
background-color: #B8528D;
}
.BgClassName
{
background-color: #B8528D;
}
</style>
border-color css
<style>
span { border-color: #B8528D; }
span { border-color: rgb(184,82,141); }
td.TdClassName
{
border-color: #B8528D;
}
.TagClassName
{
border-color: #B8528D;
}
</style>