Shades of Mulberry #B4499D
Tints of Mulberry #B4499D
RGB
CMYK
RGB Variations
Color information
#B4499D (or 0xB4499D) is known color: Mulberry. HEX triplet: B4, 49 and 9D. RGB value is (180,73,157). Sum of RGB (Red+Green+Blue) = 180+73+157=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4499D is #4BB662. Grayscale: #727272. Windows color (decimal): -4961891 or 10308020. OLE color: 10308020.
HSL color Cylindrical-coordinate representation of color #B4499D: hue angle of 312.9º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4499D is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 157 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.29 |
| HSL | 312.9º | 0.42% | 0.5% | - |
| HSV(B) | 312.9º | 0.59% | 0.71% | - |
| XYZ | 27.29 | 16.9 | 33.72 | - |
| YUV | 114.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 157 | 0 | 0.59 | 0.13 | 0.29 | 312.9 | 0.42 | 0.5 |
| Hex | B4 | 49 | 9D | 0 | 3B | D | 1D | 139 | 2A | 32 |
| Octal | 264 | 111 | 235 | 0 | 73 | 15 | 35 | 471 | 52 | 62 |
| Binary | 10110100 | 1001001 | 10011101 | 0 | 111011 | 1101 | 11101 | 100111001 | 101010 | 110010 |
Color Harmonies of #B4499D
Complementary color
Monochromatic Colors of #B4499D
Black with #B4499D
Text Example
Text Example
White with #B4499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4499D; }
p { color: rgb(180,73,157); }
H1.HeaderClassName
{
color: #B4499D;
}
.AnyTagClassName
{
color: #B4499D;
}
</style>
background-color css
<style>
a { background-color: #B4499D; }
a { background-color: rgb(180,73,157); }
div.DivClassName
{
background-color: #B4499D;
}
.BgClassName
{
background-color: #B4499D;
}
</style>
border-color css
<style>
span { border-color: #B4499D; }
span { border-color: rgb(180,73,157); }
td.TdClassName
{
border-color: #B4499D;
}
.TagClassName
{
border-color: #B4499D;
}
</style>