Shades of Mulberry #BB499C
Tints of Mulberry #BB499C
RGB
CMYK
RGB Variations
Color information
#BB499C (or 0xBB499C) is known color: Mulberry. HEX triplet: BB, 49 and 9C. RGB value is (187,73,156). Sum of RGB (Red+Green+Blue) = 187+73+156=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB499C is #44B663. Grayscale: #747474. Windows color (decimal): -4503140 or 10242491. OLE color: 10242491.
HSL color Cylindrical-coordinate representation of color #BB499C: hue angle of 316.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB499C is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 156 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.27 |
| HSL | 316.32º | 0.46% | 0.51% | - |
| HSV(B) | 316.32º | 0.61% | 0.73% | - |
| XYZ | 28.88 | 17.73 | 33.35 | - |
| YUV | 116.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 156 | 0 | 0.61 | 0.17 | 0.27 | 316.32 | 0.46 | 0.51 |
| Hex | BB | 49 | 9C | 0 | 3D | 11 | 1B | 13C | 2E | 33 |
| Octal | 273 | 111 | 234 | 0 | 75 | 21 | 33 | 474 | 56 | 63 |
| Binary | 10111011 | 1001001 | 10011100 | 0 | 111101 | 10001 | 11011 | 100111100 | 101110 | 110011 |
Color Harmonies of #BB499C
Complementary color
Monochromatic Colors of #BB499C
Black with #BB499C
Text Example
Text Example
White with #BB499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB499C; }
p { color: rgb(187,73,156); }
H1.HeaderClassName
{
color: #BB499C;
}
.AnyTagClassName
{
color: #BB499C;
}
</style>
background-color css
<style>
a { background-color: #BB499C; }
a { background-color: rgb(187,73,156); }
div.DivClassName
{
background-color: #BB499C;
}
.BgClassName
{
background-color: #BB499C;
}
</style>
border-color css
<style>
span { border-color: #BB499C; }
span { border-color: rgb(187,73,156); }
td.TdClassName
{
border-color: #BB499C;
}
.TagClassName
{
border-color: #BB499C;
}
</style>