Shades of Mulberry #BB498E
Tints of Mulberry #BB498E
RGB
CMYK
RGB Variations
Color information
#BB498E (or 0xBB498E) is known color: Mulberry. HEX triplet: BB, 49 and 8E. RGB value is (187,73,142). Sum of RGB (Red+Green+Blue) = 187+73+142=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB498E is #44B671. Grayscale: #727272. Windows color (decimal): -4503154 or 9324987. OLE color: 9324987.
HSL color Cylindrical-coordinate representation of color #BB498E: hue angle of 323.68º 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 #BB498E is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 142 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.27 |
| HSL | 323.68º | 0.46% | 0.51% | - |
| HSV(B) | 323.68º | 0.61% | 0.73% | - |
| XYZ | 27.76 | 17.28 | 27.46 | - |
| YUV | 114.95 | 143.27 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 142 | 0 | 0.61 | 0.24 | 0.27 | 323.68 | 0.46 | 0.51 |
| Hex | BB | 49 | 8E | 0 | 3D | 18 | 1B | 144 | 2E | 33 |
| Octal | 273 | 111 | 216 | 0 | 75 | 30 | 33 | 504 | 56 | 63 |
| Binary | 10111011 | 1001001 | 10001110 | 0 | 111101 | 11000 | 11011 | 101000100 | 101110 | 110011 |
Color Harmonies of #BB498E
Complementary color
Monochromatic Colors of #BB498E
Black with #BB498E
Text Example
Text Example
White with #BB498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB498E; }
p { color: rgb(187,73,142); }
H1.HeaderClassName
{
color: #BB498E;
}
.AnyTagClassName
{
color: #BB498E;
}
</style>
background-color css
<style>
a { background-color: #BB498E; }
a { background-color: rgb(187,73,142); }
div.DivClassName
{
background-color: #BB498E;
}
.BgClassName
{
background-color: #BB498E;
}
</style>
border-color css
<style>
span { border-color: #BB498E; }
span { border-color: rgb(187,73,142); }
td.TdClassName
{
border-color: #BB498E;
}
.TagClassName
{
border-color: #BB498E;
}
</style>