Shades of Mulberry #B3539B
Tints of Mulberry #B3539B
RGB
CMYK
RGB Variations
Color information
#B3539B (or 0xB3539B) is known color: Mulberry. HEX triplet: B3, 53 and 9B. RGB value is (179,83,155). Sum of RGB (Red+Green+Blue) = 179+83+155=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3539B is #4CAC64. Grayscale: #777777. Windows color (decimal): -5024869 or 10179507. OLE color: 10179507.
HSL color Cylindrical-coordinate representation of color #B3539B: hue angle of 315º 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 #B3539B is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 83 | 155 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.30 |
| HSL | 315º | 0.39% | 0.51% | - |
| HSV(B) | 315º | 0.54% | 0.7% | - |
| XYZ | 27.6 | 18.14 | 33.06 | - |
| YUV | 119.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 155 | 0 | 0.54 | 0.13 | 0.30 | 315 | 0.39 | 0.51 |
| Hex | B3 | 53 | 9B | 0 | 36 | D | 1E | 13B | 27 | 33 |
| Octal | 263 | 123 | 233 | 0 | 66 | 15 | 36 | 473 | 47 | 63 |
| Binary | 10110011 | 1010011 | 10011011 | 0 | 110110 | 1101 | 11110 | 100111011 | 100111 | 110011 |
Color Harmonies of #B3539B
Complementary color
Monochromatic Colors of #B3539B
Black with #B3539B
Text Example
Text Example
White with #B3539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3539B; }
p { color: rgb(179,83,155); }
H1.HeaderClassName
{
color: #B3539B;
}
.AnyTagClassName
{
color: #B3539B;
}
</style>
background-color css
<style>
a { background-color: #B3539B; }
a { background-color: rgb(179,83,155); }
div.DivClassName
{
background-color: #B3539B;
}
.BgClassName
{
background-color: #B3539B;
}
</style>
border-color css
<style>
span { border-color: #B3539B; }
span { border-color: rgb(179,83,155); }
td.TdClassName
{
border-color: #B3539B;
}
.TagClassName
{
border-color: #B3539B;
}
</style>