Shades of Mulberry #BB4883
Tints of Mulberry #BB4883
RGB
CMYK
RGB Variations
Color information
#BB4883 (or 0xBB4883) is known color: Mulberry. HEX triplet: BB, 48 and 83. RGB value is (187,72,131). Sum of RGB (Red+Green+Blue) = 187+72+131=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4883 is #44B77C. Grayscale: #707070. Windows color (decimal): -4503421 or 8603835. OLE color: 8603835.
HSL color Cylindrical-coordinate representation of color #BB4883: hue angle of 329.22º 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 #BB4883 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 131 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.27 |
| HSL | 329.22º | 0.46% | 0.51% | - |
| HSV(B) | 329.22º | 0.61% | 0.73% | - |
| XYZ | 26.91 | 16.84 | 23.3 | - |
| YUV | 113.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 131 | 0 | 0.61 | 0.30 | 0.27 | 329.22 | 0.46 | 0.51 |
| Hex | BB | 48 | 83 | 0 | 3D | 1E | 1B | 149 | 2E | 33 |
| Octal | 273 | 110 | 203 | 0 | 75 | 36 | 33 | 511 | 56 | 63 |
| Binary | 10111011 | 1001000 | 10000011 | 0 | 111101 | 11110 | 11011 | 101001001 | 101110 | 110011 |
Color Harmonies of #BB4883
Complementary color
Monochromatic Colors of #BB4883
Black with #BB4883
Text Example
Text Example
White with #BB4883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4883; }
p { color: rgb(187,72,131); }
H1.HeaderClassName
{
color: #BB4883;
}
.AnyTagClassName
{
color: #BB4883;
}
</style>
background-color css
<style>
a { background-color: #BB4883; }
a { background-color: rgb(187,72,131); }
div.DivClassName
{
background-color: #BB4883;
}
.BgClassName
{
background-color: #BB4883;
}
</style>
border-color css
<style>
span { border-color: #BB4883; }
span { border-color: rgb(187,72,131); }
td.TdClassName
{
border-color: #BB4883;
}
.TagClassName
{
border-color: #BB4883;
}
</style>