Shades of Mulberry #B8499C
Tints of Mulberry #B8499C
RGB
CMYK
RGB Variations
Color information
#B8499C (or 0xB8499C) is known color: Mulberry. HEX triplet: B8, 49 and 9C. RGB value is (184,73,156). Sum of RGB (Red+Green+Blue) = 184+73+156=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8499C is #47B663. Grayscale: #737373. Windows color (decimal): -4699748 or 10242488. OLE color: 10242488.
HSL color Cylindrical-coordinate representation of color #B8499C: hue angle of 315.14º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8499C is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 156 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.28 |
| HSL | 315.14º | 0.44% | 0.5% | - |
| HSV(B) | 315.14º | 0.6% | 0.72% | - |
| XYZ | 28.15 | 17.36 | 33.32 | - |
| YUV | 115.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 156 | 0 | 0.60 | 0.15 | 0.28 | 315.14 | 0.44 | 0.5 |
| Hex | B8 | 49 | 9C | 0 | 3C | F | 1C | 13B | 2C | 32 |
| Octal | 270 | 111 | 234 | 0 | 74 | 17 | 34 | 473 | 54 | 62 |
| Binary | 10111000 | 1001001 | 10011100 | 0 | 111100 | 1111 | 11100 | 100111011 | 101100 | 110010 |
Color Harmonies of #B8499C
Complementary color
Monochromatic Colors of #B8499C
Black with #B8499C
Text Example
Text Example
White with #B8499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8499C; }
p { color: rgb(184,73,156); }
H1.HeaderClassName
{
color: #B8499C;
}
.AnyTagClassName
{
color: #B8499C;
}
</style>
background-color css
<style>
a { background-color: #B8499C; }
a { background-color: rgb(184,73,156); }
div.DivClassName
{
background-color: #B8499C;
}
.BgClassName
{
background-color: #B8499C;
}
</style>
border-color css
<style>
span { border-color: #B8499C; }
span { border-color: rgb(184,73,156); }
td.TdClassName
{
border-color: #B8499C;
}
.TagClassName
{
border-color: #B8499C;
}
</style>