Shades of Mulberry #B8538D
Tints of Mulberry #B8538D
RGB
CMYK
RGB Variations
Color information
#B8538D (or 0xB8538D) is known color: Mulberry. HEX triplet: B8, 53 and 8D. RGB value is (184,83,141). Sum of RGB (Red+Green+Blue) = 184+83+141=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8538D is #47AC72. Grayscale: #777777. Windows color (decimal): -4697203 or 9262008. OLE color: 9262008.
HSL color Cylindrical-coordinate representation of color #B8538D: hue angle of 325.54º 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 #B8538D is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 141 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.28 |
| HSL | 325.54º | 0.42% | 0.52% | - |
| HSV(B) | 325.54º | 0.55% | 0.72% | - |
| XYZ | 27.67 | 18.3 | 27.27 | - |
| YUV | 119.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 141 | 0 | 0.55 | 0.23 | 0.28 | 325.54 | 0.42 | 0.52 |
| Hex | B8 | 53 | 8D | 0 | 37 | 17 | 1C | 146 | 2A | 34 |
| Octal | 270 | 123 | 215 | 0 | 67 | 27 | 34 | 506 | 52 | 64 |
| Binary | 10111000 | 1010011 | 10001101 | 0 | 110111 | 10111 | 11100 | 101000110 | 101010 | 110100 |
Color Harmonies of #B8538D
Complementary color
Monochromatic Colors of #B8538D
Black with #B8538D
Text Example
Text Example
White with #B8538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8538D; }
p { color: rgb(184,83,141); }
H1.HeaderClassName
{
color: #B8538D;
}
.AnyTagClassName
{
color: #B8538D;
}
</style>
background-color css
<style>
a { background-color: #B8538D; }
a { background-color: rgb(184,83,141); }
div.DivClassName
{
background-color: #B8538D;
}
.BgClassName
{
background-color: #B8538D;
}
</style>
border-color css
<style>
span { border-color: #B8538D; }
span { border-color: rgb(184,83,141); }
td.TdClassName
{
border-color: #B8538D;
}
.TagClassName
{
border-color: #B8538D;
}
</style>