Shades of Mulberry #B2528C
Tints of Mulberry #B2528C
RGB
CMYK
RGB Variations
Color information
#B2528C (or 0xB2528C) is known color: Mulberry. HEX triplet: B2, 52 and 8C. RGB value is (178,82,140). Sum of RGB (Red+Green+Blue) = 178+82+140=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2528C is #4DAD73. Grayscale: #757575. Windows color (decimal): -5090676 or 9196210. OLE color: 9196210.
HSL color Cylindrical-coordinate representation of color #B2528C: hue angle of 323.75º degrees, saturation: 0.38, 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 #B2528C is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 140 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.30 |
| HSL | 323.75º | 0.38% | 0.51% | - |
| HSV(B) | 323.75º | 0.54% | 0.7% | - |
| XYZ | 26.11 | 17.39 | 26.79 | - |
| YUV | 117.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 140 | 0 | 0.54 | 0.21 | 0.30 | 323.75 | 0.38 | 0.51 |
| Hex | B2 | 52 | 8C | 0 | 36 | 15 | 1E | 144 | 26 | 33 |
| Octal | 262 | 122 | 214 | 0 | 66 | 25 | 36 | 504 | 46 | 63 |
| Binary | 10110010 | 1010010 | 10001100 | 0 | 110110 | 10101 | 11110 | 101000100 | 100110 | 110011 |
Color Harmonies of #B2528C
Complementary color
Monochromatic Colors of #B2528C
Black with #B2528C
Text Example
Text Example
White with #B2528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2528C; }
p { color: rgb(178,82,140); }
H1.HeaderClassName
{
color: #B2528C;
}
.AnyTagClassName
{
color: #B2528C;
}
</style>
background-color css
<style>
a { background-color: #B2528C; }
a { background-color: rgb(178,82,140); }
div.DivClassName
{
background-color: #B2528C;
}
.BgClassName
{
background-color: #B2528C;
}
</style>
border-color css
<style>
span { border-color: #B2528C; }
span { border-color: rgb(178,82,140); }
td.TdClassName
{
border-color: #B2528C;
}
.TagClassName
{
border-color: #B2528C;
}
</style>