Shades of Mulberry #B3529B
Tints of Mulberry #B3529B
RGB
CMYK
RGB Variations
Color information
#B3529B (or 0xB3529B) is known color: Mulberry. HEX triplet: B3, 52 and 9B. RGB value is (179,82,155). Sum of RGB (Red+Green+Blue) = 179+82+155=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3529B is #4CAD64. Grayscale: #777777. Windows color (decimal): -5025125 or 10179251. OLE color: 10179251.
HSL color Cylindrical-coordinate representation of color #B3529B: hue angle of 314.85º 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 #B3529B is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 155 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.30 |
| HSL | 314.85º | 0.39% | 0.51% | - |
| HSV(B) | 314.85º | 0.54% | 0.7% | - |
| XYZ | 27.52 | 17.98 | 33.03 | - |
| YUV | 119.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 155 | 0 | 0.54 | 0.13 | 0.30 | 314.85 | 0.39 | 0.51 |
| Hex | B3 | 52 | 9B | 0 | 36 | D | 1E | 13B | 27 | 33 |
| Octal | 263 | 122 | 233 | 0 | 66 | 15 | 36 | 473 | 47 | 63 |
| Binary | 10110011 | 1010010 | 10011011 | 0 | 110110 | 1101 | 11110 | 100111011 | 100111 | 110011 |
Color Harmonies of #B3529B
Complementary color
Monochromatic Colors of #B3529B
Black with #B3529B
Text Example
Text Example
White with #B3529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3529B; }
p { color: rgb(179,82,155); }
H1.HeaderClassName
{
color: #B3529B;
}
.AnyTagClassName
{
color: #B3529B;
}
</style>
background-color css
<style>
a { background-color: #B3529B; }
a { background-color: rgb(179,82,155); }
div.DivClassName
{
background-color: #B3529B;
}
.BgClassName
{
background-color: #B3529B;
}
</style>
border-color css
<style>
span { border-color: #B3529B; }
span { border-color: rgb(179,82,155); }
td.TdClassName
{
border-color: #B3529B;
}
.TagClassName
{
border-color: #B3529B;
}
</style>