Shades of Mulberry #B3538D
Tints of Mulberry #B3538D
RGB
CMYK
RGB Variations
Color information
#B3538D (or 0xB3538D) is known color: Mulberry. HEX triplet: B3, 53 and 8D. RGB value is (179,83,141). Sum of RGB (Red+Green+Blue) = 179+83+141=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3538D is #4CAC72. Grayscale: #767676. Windows color (decimal): -5024883 or 9262003. OLE color: 9262003.
HSL color Cylindrical-coordinate representation of color #B3538D: hue angle of 323.75º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B3538D is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 83 | 141 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.30 |
| HSL | 323.75º | 0.39% | 0.51% | - |
| HSV(B) | 323.75º | 0.54% | 0.7% | - |
| XYZ | 26.49 | 17.69 | 27.22 | - |
| YUV | 118.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 141 | 0 | 0.54 | 0.21 | 0.30 | 323.75 | 0.39 | 0.51 |
| Hex | B3 | 53 | 8D | 0 | 36 | 15 | 1E | 144 | 27 | 33 |
| Octal | 263 | 123 | 215 | 0 | 66 | 25 | 36 | 504 | 47 | 63 |
| Binary | 10110011 | 1010011 | 10001101 | 0 | 110110 | 10101 | 11110 | 101000100 | 100111 | 110011 |
Color Harmonies of #B3538D
Complementary color
Monochromatic Colors of #B3538D
Black with #B3538D
Text Example
Text Example
White with #B3538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3538D; }
p { color: rgb(179,83,141); }
H1.HeaderClassName
{
color: #B3538D;
}
.AnyTagClassName
{
color: #B3538D;
}
</style>
background-color css
<style>
a { background-color: #B3538D; }
a { background-color: rgb(179,83,141); }
div.DivClassName
{
background-color: #B3538D;
}
.BgClassName
{
background-color: #B3538D;
}
</style>
border-color css
<style>
span { border-color: #B3538D; }
span { border-color: rgb(179,83,141); }
td.TdClassName
{
border-color: #B3538D;
}
.TagClassName
{
border-color: #B3538D;
}
</style>