Shades of Mulberry #BB4882
Tints of Mulberry #BB4882
RGB
CMYK
RGB Variations
Color information
#BB4882 (or 0xBB4882) is known color: Mulberry. HEX triplet: BB, 48 and 82. RGB value is (187,72,130). Sum of RGB (Red+Green+Blue) = 187+72+130=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4882 is #44B77D. Grayscale: #707070. Windows color (decimal): -4503422 or 8538299. OLE color: 8538299.
HSL color Cylindrical-coordinate representation of color #BB4882: hue angle of 329.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 #BB4882 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 130 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.27 |
| HSL | 329.74º | 0.46% | 0.51% | - |
| HSV(B) | 329.74º | 0.61% | 0.73% | - |
| XYZ | 26.84 | 16.81 | 22.95 | - |
| YUV | 113 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 130 | 0 | 0.61 | 0.30 | 0.27 | 329.74 | 0.46 | 0.51 |
| Hex | BB | 48 | 82 | 0 | 3D | 1E | 1B | 14A | 2E | 33 |
| Octal | 273 | 110 | 202 | 0 | 75 | 36 | 33 | 512 | 56 | 63 |
| Binary | 10111011 | 1001000 | 10000010 | 0 | 111101 | 11110 | 11011 | 101001010 | 101110 | 110011 |
Color Harmonies of #BB4882
Complementary color
Monochromatic Colors of #BB4882
Black with #BB4882
Text Example
Text Example
White with #BB4882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4882; }
p { color: rgb(187,72,130); }
H1.HeaderClassName
{
color: #BB4882;
}
.AnyTagClassName
{
color: #BB4882;
}
</style>
background-color css
<style>
a { background-color: #BB4882; }
a { background-color: rgb(187,72,130); }
div.DivClassName
{
background-color: #BB4882;
}
.BgClassName
{
background-color: #BB4882;
}
</style>
border-color css
<style>
span { border-color: #BB4882; }
span { border-color: rgb(187,72,130); }
td.TdClassName
{
border-color: #BB4882;
}
.TagClassName
{
border-color: #BB4882;
}
</style>