Shades of Mulberry #BB4983
Tints of Mulberry #BB4983
RGB
CMYK
RGB Variations
Color information
#BB4983 (or 0xBB4983) is known color: Mulberry. HEX triplet: BB, 49 and 83. RGB value is (187,73,131). Sum of RGB (Red+Green+Blue) = 187+73+131=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4983 is #44B67C. Grayscale: #717171. Windows color (decimal): -4503165 or 8604091. OLE color: 8604091.
HSL color Cylindrical-coordinate representation of color #BB4983: hue angle of 329.47º 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 #BB4983 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 131 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.27 |
| HSL | 329.47º | 0.46% | 0.51% | - |
| HSV(B) | 329.47º | 0.61% | 0.73% | - |
| XYZ | 26.97 | 16.97 | 23.33 | - |
| YUV | 113.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 131 | 0 | 0.61 | 0.30 | 0.27 | 329.47 | 0.46 | 0.51 |
| Hex | BB | 49 | 83 | 0 | 3D | 1E | 1B | 149 | 2E | 33 |
| Octal | 273 | 111 | 203 | 0 | 75 | 36 | 33 | 511 | 56 | 63 |
| Binary | 10111011 | 1001001 | 10000011 | 0 | 111101 | 11110 | 11011 | 101001001 | 101110 | 110011 |
Color Harmonies of #BB4983
Complementary color
Monochromatic Colors of #BB4983
Black with #BB4983
Text Example
Text Example
White with #BB4983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4983; }
p { color: rgb(187,73,131); }
H1.HeaderClassName
{
color: #BB4983;
}
.AnyTagClassName
{
color: #BB4983;
}
</style>
background-color css
<style>
a { background-color: #BB4983; }
a { background-color: rgb(187,73,131); }
div.DivClassName
{
background-color: #BB4983;
}
.BgClassName
{
background-color: #BB4983;
}
</style>
border-color css
<style>
span { border-color: #BB4983; }
span { border-color: rgb(187,73,131); }
td.TdClassName
{
border-color: #BB4983;
}
.TagClassName
{
border-color: #BB4983;
}
</style>