Shades of Mulberry #B3528C
Tints of Mulberry #B3528C
RGB
CMYK
RGB Variations
Color information
#B3528C (or 0xB3528C) is known color: Mulberry. HEX triplet: B3, 52 and 8C. RGB value is (179,82,140). Sum of RGB (Red+Green+Blue) = 179+82+140=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3528C is #4CAD73. Grayscale: #757575. Windows color (decimal): -5025140 or 9196211. OLE color: 9196211.
HSL color Cylindrical-coordinate representation of color #B3528C: hue angle of 324.12º 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 #B3528C is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 140 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.30 |
| HSL | 324.12º | 0.39% | 0.51% | - |
| HSV(B) | 324.12º | 0.54% | 0.7% | - |
| XYZ | 26.34 | 17.51 | 26.8 | - |
| YUV | 117.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 140 | 0 | 0.54 | 0.22 | 0.30 | 324.12 | 0.39 | 0.51 |
| Hex | B3 | 52 | 8C | 0 | 36 | 16 | 1E | 144 | 27 | 33 |
| Octal | 263 | 122 | 214 | 0 | 66 | 26 | 36 | 504 | 47 | 63 |
| Binary | 10110011 | 1010010 | 10001100 | 0 | 110110 | 10110 | 11110 | 101000100 | 100111 | 110011 |
Color Harmonies of #B3528C
Complementary color
Monochromatic Colors of #B3528C
Black with #B3528C
Text Example
Text Example
White with #B3528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3528C; }
p { color: rgb(179,82,140); }
H1.HeaderClassName
{
color: #B3528C;
}
.AnyTagClassName
{
color: #B3528C;
}
</style>
background-color css
<style>
a { background-color: #B3528C; }
a { background-color: rgb(179,82,140); }
div.DivClassName
{
background-color: #B3528C;
}
.BgClassName
{
background-color: #B3528C;
}
</style>
border-color css
<style>
span { border-color: #B3528C; }
span { border-color: rgb(179,82,140); }
td.TdClassName
{
border-color: #B3528C;
}
.TagClassName
{
border-color: #B3528C;
}
</style>