Shades of Mulberry #B6538D
Tints of Mulberry #B6538D
RGB
CMYK
RGB Variations
Color information
#B6538D (or 0xB6538D) is known color: Mulberry. HEX triplet: B6, 53 and 8D. RGB value is (182,83,141). Sum of RGB (Red+Green+Blue) = 182+83+141=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6538D is #49AC72. Grayscale: #777777. Windows color (decimal): -4828275 or 9262006. OLE color: 9262006.
HSL color Cylindrical-coordinate representation of color #B6538D: hue angle of 324.85º 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 #B6538D is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 141 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.29 |
| HSL | 324.85º | 0.4% | 0.52% | - |
| HSV(B) | 324.85º | 0.54% | 0.71% | - |
| XYZ | 27.19 | 18.05 | 27.25 | - |
| YUV | 119.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 141 | 0 | 0.54 | 0.23 | 0.29 | 324.85 | 0.4 | 0.52 |
| Hex | B6 | 53 | 8D | 0 | 36 | 17 | 1D | 145 | 28 | 34 |
| Octal | 266 | 123 | 215 | 0 | 66 | 27 | 35 | 505 | 50 | 64 |
| Binary | 10110110 | 1010011 | 10001101 | 0 | 110110 | 10111 | 11101 | 101000101 | 101000 | 110100 |
Color Harmonies of #B6538D
Complementary color
Monochromatic Colors of #B6538D
Black with #B6538D
Text Example
Text Example
White with #B6538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6538D; }
p { color: rgb(182,83,141); }
H1.HeaderClassName
{
color: #B6538D;
}
.AnyTagClassName
{
color: #B6538D;
}
</style>
background-color css
<style>
a { background-color: #B6538D; }
a { background-color: rgb(182,83,141); }
div.DivClassName
{
background-color: #B6538D;
}
.BgClassName
{
background-color: #B6538D;
}
</style>
border-color css
<style>
span { border-color: #B6538D; }
span { border-color: rgb(182,83,141); }
td.TdClassName
{
border-color: #B6538D;
}
.TagClassName
{
border-color: #B6538D;
}
</style>