Shades of Mulberry #B4519D
Tints of Mulberry #B4519D
RGB
CMYK
RGB Variations
Color information
#B4519D (or 0xB4519D) is known color: Mulberry. HEX triplet: B4, 51 and 9D. RGB value is (180,81,157). Sum of RGB (Red+Green+Blue) = 180+81+157=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4519D is #4BAE62. Grayscale: #777777. Windows color (decimal): -4959843 or 10310068. OLE color: 10310068.
HSL color Cylindrical-coordinate representation of color #B4519D: hue angle of 313.94º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4519D is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 157 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.29 |
| HSL | 313.94º | 0.4% | 0.51% | - |
| HSV(B) | 313.94º | 0.55% | 0.71% | - |
| XYZ | 27.85 | 18.02 | 33.91 | - |
| YUV | 119.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 157 | 0 | 0.55 | 0.13 | 0.29 | 313.94 | 0.4 | 0.51 |
| Hex | B4 | 51 | 9D | 0 | 37 | D | 1D | 13A | 28 | 33 |
| Octal | 264 | 121 | 235 | 0 | 67 | 15 | 35 | 472 | 50 | 63 |
| Binary | 10110100 | 1010001 | 10011101 | 0 | 110111 | 1101 | 11101 | 100111010 | 101000 | 110011 |
Color Harmonies of #B4519D
Complementary color
Monochromatic Colors of #B4519D
Black with #B4519D
Text Example
Text Example
White with #B4519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4519D; }
p { color: rgb(180,81,157); }
H1.HeaderClassName
{
color: #B4519D;
}
.AnyTagClassName
{
color: #B4519D;
}
</style>
background-color css
<style>
a { background-color: #B4519D; }
a { background-color: rgb(180,81,157); }
div.DivClassName
{
background-color: #B4519D;
}
.BgClassName
{
background-color: #B4519D;
}
</style>
border-color css
<style>
span { border-color: #B4519D; }
span { border-color: rgb(180,81,157); }
td.TdClassName
{
border-color: #B4519D;
}
.TagClassName
{
border-color: #B4519D;
}
</style>