Shades of Mulberry #B7548C
Tints of Mulberry #B7548C
RGB
CMYK
RGB Variations
Color information
#B7548C (or 0xB7548C) is known color: Mulberry. HEX triplet: B7, 54 and 8C. RGB value is (183,84,140). Sum of RGB (Red+Green+Blue) = 183+84+140=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7548C is #48AB73. Grayscale: #777777. Windows color (decimal): -4762484 or 9196727. OLE color: 9196727.
HSL color Cylindrical-coordinate representation of color #B7548C: hue angle of 326.06º 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 #B7548C is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 140 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.28 |
| HSL | 326.06º | 0.41% | 0.52% | - |
| HSV(B) | 326.06º | 0.54% | 0.72% | - |
| XYZ | 27.43 | 18.3 | 26.9 | - |
| YUV | 119.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 140 | 0 | 0.54 | 0.23 | 0.28 | 326.06 | 0.41 | 0.52 |
| Hex | B7 | 54 | 8C | 0 | 36 | 17 | 1C | 146 | 29 | 34 |
| Octal | 267 | 124 | 214 | 0 | 66 | 27 | 34 | 506 | 51 | 64 |
| Binary | 10110111 | 1010100 | 10001100 | 0 | 110110 | 10111 | 11100 | 101000110 | 101001 | 110100 |
Color Harmonies of #B7548C
Complementary color
Monochromatic Colors of #B7548C
Black with #B7548C
Text Example
Text Example
White with #B7548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7548C; }
p { color: rgb(183,84,140); }
H1.HeaderClassName
{
color: #B7548C;
}
.AnyTagClassName
{
color: #B7548C;
}
</style>
background-color css
<style>
a { background-color: #B7548C; }
a { background-color: rgb(183,84,140); }
div.DivClassName
{
background-color: #B7548C;
}
.BgClassName
{
background-color: #B7548C;
}
</style>
border-color css
<style>
span { border-color: #B7548C; }
span { border-color: rgb(183,84,140); }
td.TdClassName
{
border-color: #B7548C;
}
.TagClassName
{
border-color: #B7548C;
}
</style>