Shades of Mulberry #B2528A
Tints of Mulberry #B2528A
RGB
CMYK
RGB Variations
Color information
#B2528A (or 0xB2528A) is known color: Mulberry. HEX triplet: B2, 52 and 8A. RGB value is (178,82,138). Sum of RGB (Red+Green+Blue) = 178+82+138=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B2528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2528A is #4DAD75. Grayscale: #747474. Windows color (decimal): -5090678 or 9065138. OLE color: 9065138.
HSL color Cylindrical-coordinate representation of color #B2528A: hue angle of 325º 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 #B2528A is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 138 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.30 |
| HSL | 325º | 0.38% | 0.51% | - |
| HSV(B) | 325º | 0.54% | 0.7% | - |
| XYZ | 25.96 | 17.33 | 26.02 | - |
| YUV | 117.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 138 | 0 | 0.54 | 0.22 | 0.30 | 325 | 0.38 | 0.51 |
| Hex | B2 | 52 | 8A | 0 | 36 | 16 | 1E | 145 | 26 | 33 |
| Octal | 262 | 122 | 212 | 0 | 66 | 26 | 36 | 505 | 46 | 63 |
| Binary | 10110010 | 1010010 | 10001010 | 0 | 110110 | 10110 | 11110 | 101000101 | 100110 | 110011 |
Color Harmonies of #B2528A
Complementary color
Monochromatic Colors of #B2528A
Black with #B2528A
Text Example
Text Example
White with #B2528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2528A; }
p { color: rgb(178,82,138); }
H1.HeaderClassName
{
color: #B2528A;
}
.AnyTagClassName
{
color: #B2528A;
}
</style>
background-color css
<style>
a { background-color: #B2528A; }
a { background-color: rgb(178,82,138); }
div.DivClassName
{
background-color: #B2528A;
}
.BgClassName
{
background-color: #B2528A;
}
</style>
border-color css
<style>
span { border-color: #B2528A; }
span { border-color: rgb(178,82,138); }
td.TdClassName
{
border-color: #B2528A;
}
.TagClassName
{
border-color: #B2528A;
}
</style>