Shades of Mulberry #B4539B
Tints of Mulberry #B4539B
RGB
CMYK
RGB Variations
Color information
#B4539B (or 0xB4539B) is known color: Mulberry. HEX triplet: B4, 53 and 9B. RGB value is (180,83,155). Sum of RGB (Red+Green+Blue) = 180+83+155=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4539B is #4BAC64. Grayscale: #787878. Windows color (decimal): -4959333 or 10179508. OLE color: 10179508.
HSL color Cylindrical-coordinate representation of color #B4539B: hue angle of 315.46º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4539B is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 155 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.29 |
| HSL | 315.46º | 0.39% | 0.52% | - |
| HSV(B) | 315.46º | 0.54% | 0.71% | - |
| XYZ | 27.83 | 18.26 | 33.07 | - |
| YUV | 120.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 155 | 0 | 0.54 | 0.14 | 0.29 | 315.46 | 0.39 | 0.52 |
| Hex | B4 | 53 | 9B | 0 | 36 | E | 1D | 13B | 27 | 34 |
| Octal | 264 | 123 | 233 | 0 | 66 | 16 | 35 | 473 | 47 | 64 |
| Binary | 10110100 | 1010011 | 10011011 | 0 | 110110 | 1110 | 11101 | 100111011 | 100111 | 110100 |
Color Harmonies of #B4539B
Complementary color
Monochromatic Colors of #B4539B
Black with #B4539B
Text Example
Text Example
White with #B4539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4539B; }
p { color: rgb(180,83,155); }
H1.HeaderClassName
{
color: #B4539B;
}
.AnyTagClassName
{
color: #B4539B;
}
</style>
background-color css
<style>
a { background-color: #B4539B; }
a { background-color: rgb(180,83,155); }
div.DivClassName
{
background-color: #B4539B;
}
.BgClassName
{
background-color: #B4539B;
}
</style>
border-color css
<style>
span { border-color: #B4539B; }
span { border-color: rgb(180,83,155); }
td.TdClassName
{
border-color: #B4539B;
}
.TagClassName
{
border-color: #B4539B;
}
</style>