Shades of Mulberry #BB489B
Tints of Mulberry #BB489B
RGB
CMYK
RGB Variations
Color information
#BB489B (or 0xBB489B) is known color: Mulberry. HEX triplet: BB, 48 and 9B. RGB value is (187,72,155). Sum of RGB (Red+Green+Blue) = 187+72+155=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB489B is #44B764. Grayscale: #737373. Windows color (decimal): -4503397 or 10176699. OLE color: 10176699.
HSL color Cylindrical-coordinate representation of color #BB489B: hue angle of 316.7º 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 #BB489B is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 155 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.27 |
| HSL | 316.7º | 0.46% | 0.51% | - |
| HSV(B) | 316.7º | 0.61% | 0.73% | - |
| XYZ | 28.73 | 17.57 | 32.89 | - |
| YUV | 115.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 155 | 0 | 0.61 | 0.17 | 0.27 | 316.7 | 0.46 | 0.51 |
| Hex | BB | 48 | 9B | 0 | 3D | 11 | 1B | 13D | 2E | 33 |
| Octal | 273 | 110 | 233 | 0 | 75 | 21 | 33 | 475 | 56 | 63 |
| Binary | 10111011 | 1001000 | 10011011 | 0 | 111101 | 10001 | 11011 | 100111101 | 101110 | 110011 |
Color Harmonies of #BB489B
Complementary color
Monochromatic Colors of #BB489B
Black with #BB489B
Text Example
Text Example
White with #BB489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB489B; }
p { color: rgb(187,72,155); }
H1.HeaderClassName
{
color: #BB489B;
}
.AnyTagClassName
{
color: #BB489B;
}
</style>
background-color css
<style>
a { background-color: #BB489B; }
a { background-color: rgb(187,72,155); }
div.DivClassName
{
background-color: #BB489B;
}
.BgClassName
{
background-color: #BB489B;
}
</style>
border-color css
<style>
span { border-color: #BB489B; }
span { border-color: rgb(187,72,155); }
td.TdClassName
{
border-color: #BB489B;
}
.TagClassName
{
border-color: #BB489B;
}
</style>