Shades of Mulberry #BB489C
Tints of Mulberry #BB489C
RGB
CMYK
RGB Variations
Color information
#BB489C (or 0xBB489C) is known color: Mulberry. HEX triplet: BB, 48 and 9C. RGB value is (187,72,156). Sum of RGB (Red+Green+Blue) = 187+72+156=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB489C is #44B763. Grayscale: #737373. Windows color (decimal): -4503396 or 10242235. OLE color: 10242235.
HSL color Cylindrical-coordinate representation of color #BB489C: hue angle of 316.17º 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 #BB489C is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 156 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.27 |
| HSL | 316.17º | 0.46% | 0.51% | - |
| HSV(B) | 316.17º | 0.61% | 0.73% | - |
| XYZ | 28.81 | 17.6 | 33.33 | - |
| YUV | 115.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 156 | 0 | 0.61 | 0.17 | 0.27 | 316.17 | 0.46 | 0.51 |
| Hex | BB | 48 | 9C | 0 | 3D | 11 | 1B | 13C | 2E | 33 |
| Octal | 273 | 110 | 234 | 0 | 75 | 21 | 33 | 474 | 56 | 63 |
| Binary | 10111011 | 1001000 | 10011100 | 0 | 111101 | 10001 | 11011 | 100111100 | 101110 | 110011 |
Color Harmonies of #BB489C
Complementary color
Monochromatic Colors of #BB489C
Black with #BB489C
Text Example
Text Example
White with #BB489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB489C; }
p { color: rgb(187,72,156); }
H1.HeaderClassName
{
color: #BB489C;
}
.AnyTagClassName
{
color: #BB489C;
}
</style>
background-color css
<style>
a { background-color: #BB489C; }
a { background-color: rgb(187,72,156); }
div.DivClassName
{
background-color: #BB489C;
}
.BgClassName
{
background-color: #BB489C;
}
</style>
border-color css
<style>
span { border-color: #BB489C; }
span { border-color: rgb(187,72,156); }
td.TdClassName
{
border-color: #BB489C;
}
.TagClassName
{
border-color: #BB489C;
}
</style>