Shades of Mulberry #B4499C
Tints of Mulberry #B4499C
RGB
CMYK
RGB Variations
Color information
#B4499C (or 0xB4499C) is known color: Mulberry. HEX triplet: B4, 49 and 9C. RGB value is (180,73,156). Sum of RGB (Red+Green+Blue) = 180+73+156=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4499C is #4BB663. Grayscale: #727272. Windows color (decimal): -4961892 or 10242484. OLE color: 10242484.
HSL color Cylindrical-coordinate representation of color #B4499C: hue angle of 313.46º 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 #B4499C is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 156 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.29 |
| HSL | 313.46º | 0.42% | 0.5% | - |
| HSV(B) | 313.46º | 0.59% | 0.71% | - |
| XYZ | 27.21 | 16.87 | 33.27 | - |
| YUV | 114.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 156 | 0 | 0.59 | 0.13 | 0.29 | 313.46 | 0.42 | 0.5 |
| Hex | B4 | 49 | 9C | 0 | 3B | D | 1D | 139 | 2A | 32 |
| Octal | 264 | 111 | 234 | 0 | 73 | 15 | 35 | 471 | 52 | 62 |
| Binary | 10110100 | 1001001 | 10011100 | 0 | 111011 | 1101 | 11101 | 100111001 | 101010 | 110010 |
Color Harmonies of #B4499C
Complementary color
Monochromatic Colors of #B4499C
Black with #B4499C
Text Example
Text Example
White with #B4499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4499C; }
p { color: rgb(180,73,156); }
H1.HeaderClassName
{
color: #B4499C;
}
.AnyTagClassName
{
color: #B4499C;
}
</style>
background-color css
<style>
a { background-color: #B4499C; }
a { background-color: rgb(180,73,156); }
div.DivClassName
{
background-color: #B4499C;
}
.BgClassName
{
background-color: #B4499C;
}
</style>
border-color css
<style>
span { border-color: #B4499C; }
span { border-color: rgb(180,73,156); }
td.TdClassName
{
border-color: #B4499C;
}
.TagClassName
{
border-color: #B4499C;
}
</style>