Shades of Mulberry #BB488C
Tints of Mulberry #BB488C
RGB
CMYK
RGB Variations
Color information
#BB488C (or 0xBB488C) is known color: Mulberry. HEX triplet: BB, 48 and 8C. RGB value is (187,72,140). Sum of RGB (Red+Green+Blue) = 187+72+140=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB488C is #44B773. Grayscale: #717171. Windows color (decimal): -4503412 or 9193659. OLE color: 9193659.
HSL color Cylindrical-coordinate representation of color #BB488C: hue angle of 324.52º 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 #BB488C is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 140 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.27 |
| HSL | 324.52º | 0.46% | 0.51% | - |
| HSV(B) | 324.52º | 0.61% | 0.73% | - |
| XYZ | 27.54 | 17.09 | 26.66 | - |
| YUV | 114.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 140 | 0 | 0.61 | 0.25 | 0.27 | 324.52 | 0.46 | 0.51 |
| Hex | BB | 48 | 8C | 0 | 3D | 19 | 1B | 145 | 2E | 33 |
| Octal | 273 | 110 | 214 | 0 | 75 | 31 | 33 | 505 | 56 | 63 |
| Binary | 10111011 | 1001000 | 10001100 | 0 | 111101 | 11001 | 11011 | 101000101 | 101110 | 110011 |
Color Harmonies of #BB488C
Complementary color
Monochromatic Colors of #BB488C
Black with #BB488C
Text Example
Text Example
White with #BB488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB488C; }
p { color: rgb(187,72,140); }
H1.HeaderClassName
{
color: #BB488C;
}
.AnyTagClassName
{
color: #BB488C;
}
</style>
background-color css
<style>
a { background-color: #BB488C; }
a { background-color: rgb(187,72,140); }
div.DivClassName
{
background-color: #BB488C;
}
.BgClassName
{
background-color: #BB488C;
}
</style>
border-color css
<style>
span { border-color: #BB488C; }
span { border-color: rgb(187,72,140); }
td.TdClassName
{
border-color: #BB488C;
}
.TagClassName
{
border-color: #BB488C;
}
</style>