Shades of Mulberry #B7548D
Tints of Mulberry #B7548D
RGB
CMYK
RGB Variations
Color information
#B7548D (or 0xB7548D) is known color: Mulberry. HEX triplet: B7, 54 and 8D. RGB value is (183,84,141). Sum of RGB (Red+Green+Blue) = 183+84+141=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7548D is #48AB72. Grayscale: #777777. Windows color (decimal): -4762483 or 9262263. OLE color: 9262263.
HSL color Cylindrical-coordinate representation of color #B7548D: hue angle of 325.45º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7548D is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 141 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.28 |
| HSL | 325.45º | 0.41% | 0.52% | - |
| HSV(B) | 325.45º | 0.54% | 0.72% | - |
| XYZ | 27.51 | 18.33 | 27.29 | - |
| YUV | 120.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 141 | 0 | 0.54 | 0.23 | 0.28 | 325.45 | 0.41 | 0.52 |
| Hex | B7 | 54 | 8D | 0 | 36 | 17 | 1C | 145 | 29 | 34 |
| Octal | 267 | 124 | 215 | 0 | 66 | 27 | 34 | 505 | 51 | 64 |
| Binary | 10110111 | 1010100 | 10001101 | 0 | 110110 | 10111 | 11100 | 101000101 | 101001 | 110100 |
Color Harmonies of #B7548D
Complementary color
Monochromatic Colors of #B7548D
Black with #B7548D
Text Example
Text Example
White with #B7548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7548D; }
p { color: rgb(183,84,141); }
H1.HeaderClassName
{
color: #B7548D;
}
.AnyTagClassName
{
color: #B7548D;
}
</style>
background-color css
<style>
a { background-color: #B7548D; }
a { background-color: rgb(183,84,141); }
div.DivClassName
{
background-color: #B7548D;
}
.BgClassName
{
background-color: #B7548D;
}
</style>
border-color css
<style>
span { border-color: #B7548D; }
span { border-color: rgb(183,84,141); }
td.TdClassName
{
border-color: #B7548D;
}
.TagClassName
{
border-color: #B7548D;
}
</style>