Shades of Mulberry #BB499F
Tints of Mulberry #BB499F
RGB
CMYK
RGB Variations
Color information
#BB499F (or 0xBB499F) is known color: Mulberry. HEX triplet: BB, 49 and 9F. RGB value is (187,73,159). Sum of RGB (Red+Green+Blue) = 187+73+159=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB499F is #44B660. Grayscale: #747474. Windows color (decimal): -4503137 or 10439099. OLE color: 10439099.
HSL color Cylindrical-coordinate representation of color #BB499F: hue angle of 314.74º 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 #BB499F is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 159 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.27 |
| HSL | 314.74º | 0.46% | 0.51% | - |
| HSV(B) | 314.74º | 0.61% | 0.73% | - |
| XYZ | 29.13 | 17.83 | 34.71 | - |
| YUV | 116.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 159 | 0 | 0.61 | 0.15 | 0.27 | 314.74 | 0.46 | 0.51 |
| Hex | BB | 49 | 9F | 0 | 3D | F | 1B | 13B | 2E | 33 |
| Octal | 273 | 111 | 237 | 0 | 75 | 17 | 33 | 473 | 56 | 63 |
| Binary | 10111011 | 1001001 | 10011111 | 0 | 111101 | 1111 | 11011 | 100111011 | 101110 | 110011 |
Color Harmonies of #BB499F
Complementary color
Monochromatic Colors of #BB499F
Black with #BB499F
Text Example
Text Example
White with #BB499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB499F; }
p { color: rgb(187,73,159); }
H1.HeaderClassName
{
color: #BB499F;
}
.AnyTagClassName
{
color: #BB499F;
}
</style>
background-color css
<style>
a { background-color: #BB499F; }
a { background-color: rgb(187,73,159); }
div.DivClassName
{
background-color: #BB499F;
}
.BgClassName
{
background-color: #BB499F;
}
</style>
border-color css
<style>
span { border-color: #BB499F; }
span { border-color: rgb(187,73,159); }
td.TdClassName
{
border-color: #BB499F;
}
.TagClassName
{
border-color: #BB499F;
}
</style>