Shades of Mulberry #B2538D
Tints of Mulberry #B2538D
RGB
CMYK
RGB Variations
Color information
#B2538D (or 0xB2538D) is known color: Mulberry. HEX triplet: B2, 53 and 8D. RGB value is (178,83,141). Sum of RGB (Red+Green+Blue) = 178+83+141=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2538D is #4DAC72. Grayscale: #757575. Windows color (decimal): -5090419 or 9262002. OLE color: 9262002.
HSL color Cylindrical-coordinate representation of color #B2538D: hue angle of 323.37º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2538D is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 141 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.30 |
| HSL | 323.37º | 0.38% | 0.51% | - |
| HSV(B) | 323.37º | 0.53% | 0.7% | - |
| XYZ | 26.26 | 17.57 | 27.21 | - |
| YUV | 118.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 141 | 0 | 0.53 | 0.21 | 0.30 | 323.37 | 0.38 | 0.51 |
| Hex | B2 | 53 | 8D | 0 | 35 | 15 | 1E | 143 | 26 | 33 |
| Octal | 262 | 123 | 215 | 0 | 65 | 25 | 36 | 503 | 46 | 63 |
| Binary | 10110010 | 1010011 | 10001101 | 0 | 110101 | 10101 | 11110 | 101000011 | 100110 | 110011 |
Color Harmonies of #B2538D
Complementary color
Monochromatic Colors of #B2538D
Black with #B2538D
Text Example
Text Example
White with #B2538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2538D; }
p { color: rgb(178,83,141); }
H1.HeaderClassName
{
color: #B2538D;
}
.AnyTagClassName
{
color: #B2538D;
}
</style>
background-color css
<style>
a { background-color: #B2538D; }
a { background-color: rgb(178,83,141); }
div.DivClassName
{
background-color: #B2538D;
}
.BgClassName
{
background-color: #B2538D;
}
</style>
border-color css
<style>
span { border-color: #B2538D; }
span { border-color: rgb(178,83,141); }
td.TdClassName
{
border-color: #B2538D;
}
.TagClassName
{
border-color: #B2538D;
}
</style>