Shades of Mulberry #B0528C
Tints of Mulberry #B0528C
RGB
CMYK
RGB Variations
Color information
#B0528C (or 0xB0528C) is known color: Mulberry. HEX triplet: B0, 52 and 8C. RGB value is (176,82,140). Sum of RGB (Red+Green+Blue) = 176+82+140=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0528C is #4FAD73. Grayscale: #747474. Windows color (decimal): -5221748 or 9196208. OLE color: 9196208.
HSL color Cylindrical-coordinate representation of color #B0528C: hue angle of 322.98º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0528C is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 140 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.31 |
| HSL | 322.98º | 0.37% | 0.51% | - |
| HSV(B) | 322.98º | 0.53% | 0.69% | - |
| XYZ | 25.66 | 17.16 | 26.77 | - |
| YUV | 116.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 140 | 0 | 0.53 | 0.20 | 0.31 | 322.98 | 0.37 | 0.51 |
| Hex | B0 | 52 | 8C | 0 | 35 | 14 | 1F | 143 | 25 | 33 |
| Octal | 260 | 122 | 214 | 0 | 65 | 24 | 37 | 503 | 45 | 63 |
| Binary | 10110000 | 1010010 | 10001100 | 0 | 110101 | 10100 | 11111 | 101000011 | 100101 | 110011 |
Color Harmonies of #B0528C
Complementary color
Monochromatic Colors of #B0528C
Black with #B0528C
Text Example
Text Example
White with #B0528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0528C; }
p { color: rgb(176,82,140); }
H1.HeaderClassName
{
color: #B0528C;
}
.AnyTagClassName
{
color: #B0528C;
}
</style>
background-color css
<style>
a { background-color: #B0528C; }
a { background-color: rgb(176,82,140); }
div.DivClassName
{
background-color: #B0528C;
}
.BgClassName
{
background-color: #B0528C;
}
</style>
border-color css
<style>
span { border-color: #B0528C; }
span { border-color: rgb(176,82,140); }
td.TdClassName
{
border-color: #B0528C;
}
.TagClassName
{
border-color: #B0528C;
}
</style>