Shades of Mulberry #B2499C
Tints of Mulberry #B2499C
RGB
CMYK
RGB Variations
Color information
#B2499C (or 0xB2499C) is known color: Mulberry. HEX triplet: B2, 49 and 9C. RGB value is (178,73,156). Sum of RGB (Red+Green+Blue) = 178+73+156=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2499C is #4DB663. Grayscale: #717171. Windows color (decimal): -5092964 or 10242482. OLE color: 10242482.
HSL color Cylindrical-coordinate representation of color #B2499C: hue angle of 312.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2499C is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 156 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.30 |
| HSL | 312.57º | 0.42% | 0.49% | - |
| HSV(B) | 312.57º | 0.59% | 0.7% | - |
| XYZ | 26.74 | 16.63 | 33.25 | - |
| YUV | 113.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 156 | 0 | 0.59 | 0.12 | 0.30 | 312.57 | 0.42 | 0.49 |
| Hex | B2 | 49 | 9C | 0 | 3B | C | 1E | 139 | 2A | 31 |
| Octal | 262 | 111 | 234 | 0 | 73 | 14 | 36 | 471 | 52 | 61 |
| Binary | 10110010 | 1001001 | 10011100 | 0 | 111011 | 1100 | 11110 | 100111001 | 101010 | 110001 |
Color Harmonies of #B2499C
Complementary color
Monochromatic Colors of #B2499C
Black with #B2499C
Text Example
Text Example
White with #B2499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2499C; }
p { color: rgb(178,73,156); }
H1.HeaderClassName
{
color: #B2499C;
}
.AnyTagClassName
{
color: #B2499C;
}
</style>
background-color css
<style>
a { background-color: #B2499C; }
a { background-color: rgb(178,73,156); }
div.DivClassName
{
background-color: #B2499C;
}
.BgClassName
{
background-color: #B2499C;
}
</style>
border-color css
<style>
span { border-color: #B2499C; }
span { border-color: rgb(178,73,156); }
td.TdClassName
{
border-color: #B2499C;
}
.TagClassName
{
border-color: #B2499C;
}
</style>