Shades of Mulberry #B6548C
Tints of Mulberry #B6548C
RGB
CMYK
RGB Variations
Color information
#B6548C (or 0xB6548C) is known color: Mulberry. HEX triplet: B6, 54 and 8C. RGB value is (182,84,140). Sum of RGB (Red+Green+Blue) = 182+84+140=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6548C is #49AB73. Grayscale: #777777. Windows color (decimal): -4828020 or 9196726. OLE color: 9196726.
HSL color Cylindrical-coordinate representation of color #B6548C: hue angle of 325.71º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6548C is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 84 | 140 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.29 |
| HSL | 325.71º | 0.4% | 0.52% | - |
| HSV(B) | 325.71º | 0.54% | 0.71% | - |
| XYZ | 27.2 | 18.18 | 26.89 | - |
| YUV | 119.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 140 | 0 | 0.54 | 0.23 | 0.29 | 325.71 | 0.4 | 0.52 |
| Hex | B6 | 54 | 8C | 0 | 36 | 17 | 1D | 146 | 28 | 34 |
| Octal | 266 | 124 | 214 | 0 | 66 | 27 | 35 | 506 | 50 | 64 |
| Binary | 10110110 | 1010100 | 10001100 | 0 | 110110 | 10111 | 11101 | 101000110 | 101000 | 110100 |
Color Harmonies of #B6548C
Complementary color
Monochromatic Colors of #B6548C
Black with #B6548C
Text Example
Text Example
White with #B6548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6548C; }
p { color: rgb(182,84,140); }
H1.HeaderClassName
{
color: #B6548C;
}
.AnyTagClassName
{
color: #B6548C;
}
</style>
background-color css
<style>
a { background-color: #B6548C; }
a { background-color: rgb(182,84,140); }
div.DivClassName
{
background-color: #B6548C;
}
.BgClassName
{
background-color: #B6548C;
}
</style>
border-color css
<style>
span { border-color: #B6548C; }
span { border-color: rgb(182,84,140); }
td.TdClassName
{
border-color: #B6548C;
}
.TagClassName
{
border-color: #B6548C;
}
</style>