Shades of Mulberry #B7499C
Tints of Mulberry #B7499C
RGB
CMYK
RGB Variations
Color information
#B7499C (or 0xB7499C) is known color: Mulberry. HEX triplet: B7, 49 and 9C. RGB value is (183,73,156). Sum of RGB (Red+Green+Blue) = 183+73+156=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B7499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7499C is #48B663. Grayscale: #737373. Windows color (decimal): -4765284 or 10242487. OLE color: 10242487.
HSL color Cylindrical-coordinate representation of color #B7499C: hue angle of 314.73º degrees, saturation: 0.43, 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 #B7499C is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 156 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.28 |
| HSL | 314.73º | 0.43% | 0.5% | - |
| HSV(B) | 314.73º | 0.6% | 0.72% | - |
| XYZ | 27.91 | 17.23 | 33.31 | - |
| YUV | 115.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 156 | 0 | 0.60 | 0.15 | 0.28 | 314.73 | 0.43 | 0.5 |
| Hex | B7 | 49 | 9C | 0 | 3C | F | 1C | 13B | 2B | 32 |
| Octal | 267 | 111 | 234 | 0 | 74 | 17 | 34 | 473 | 53 | 62 |
| Binary | 10110111 | 1001001 | 10011100 | 0 | 111100 | 1111 | 11100 | 100111011 | 101011 | 110010 |
Color Harmonies of #B7499C
Complementary color
Monochromatic Colors of #B7499C
Black with #B7499C
Text Example
Text Example
White with #B7499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7499C; }
p { color: rgb(183,73,156); }
H1.HeaderClassName
{
color: #B7499C;
}
.AnyTagClassName
{
color: #B7499C;
}
</style>
background-color css
<style>
a { background-color: #B7499C; }
a { background-color: rgb(183,73,156); }
div.DivClassName
{
background-color: #B7499C;
}
.BgClassName
{
background-color: #B7499C;
}
</style>
border-color css
<style>
span { border-color: #B7499C; }
span { border-color: rgb(183,73,156); }
td.TdClassName
{
border-color: #B7499C;
}
.TagClassName
{
border-color: #B7499C;
}
</style>