Shades of Mulberry #B3549B
Tints of Mulberry #B3549B
RGB
CMYK
RGB Variations
Color information
#B3549B (or 0xB3549B) is known color: Mulberry. HEX triplet: B3, 54 and 9B. RGB value is (179,84,155). Sum of RGB (Red+Green+Blue) = 179+84+155=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3549B is #4CAB64. Grayscale: #787878. Windows color (decimal): -5024613 or 10179763. OLE color: 10179763.
HSL color Cylindrical-coordinate representation of color #B3549B: hue angle of 315.16º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3549B is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 84 | 155 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.30 |
| HSL | 315.16º | 0.38% | 0.52% | - |
| HSV(B) | 315.16º | 0.53% | 0.7% | - |
| XYZ | 27.68 | 18.29 | 33.08 | - |
| YUV | 120.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 155 | 0 | 0.53 | 0.13 | 0.30 | 315.16 | 0.38 | 0.52 |
| Hex | B3 | 54 | 9B | 0 | 35 | D | 1E | 13B | 26 | 34 |
| Octal | 263 | 124 | 233 | 0 | 65 | 15 | 36 | 473 | 46 | 64 |
| Binary | 10110011 | 1010100 | 10011011 | 0 | 110101 | 1101 | 11110 | 100111011 | 100110 | 110100 |
Color Harmonies of #B3549B
Complementary color
Monochromatic Colors of #B3549B
Black with #B3549B
Text Example
Text Example
White with #B3549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3549B; }
p { color: rgb(179,84,155); }
H1.HeaderClassName
{
color: #B3549B;
}
.AnyTagClassName
{
color: #B3549B;
}
</style>
background-color css
<style>
a { background-color: #B3549B; }
a { background-color: rgb(179,84,155); }
div.DivClassName
{
background-color: #B3549B;
}
.BgClassName
{
background-color: #B3549B;
}
</style>
border-color css
<style>
span { border-color: #B3549B; }
span { border-color: rgb(179,84,155); }
td.TdClassName
{
border-color: #B3549B;
}
.TagClassName
{
border-color: #B3549B;
}
</style>