Shades of Mulberry #BB4F83
Tints of Mulberry #BB4F83
RGB
CMYK
RGB Variations
Color information
#BB4F83 (or 0xBB4F83) is known color: Mulberry. HEX triplet: BB, 4F and 83. RGB value is (187,79,131). Sum of RGB (Red+Green+Blue) = 187+79+131=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4F83 is #44B07C. Grayscale: #757575. Windows color (decimal): -4501629 or 8605627. OLE color: 8605627.
HSL color Cylindrical-coordinate representation of color #BB4F83: hue angle of 331.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4F83 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 79 | 131 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.27 |
| HSL | 331.11º | 0.44% | 0.52% | - |
| HSV(B) | 331.11º | 0.58% | 0.73% | - |
| XYZ | 27.39 | 17.8 | 23.46 | - |
| YUV | 117.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 131 | 0 | 0.58 | 0.30 | 0.27 | 331.11 | 0.44 | 0.52 |
| Hex | BB | 4F | 83 | 0 | 3A | 1E | 1B | 14B | 2C | 34 |
| Octal | 273 | 117 | 203 | 0 | 72 | 36 | 33 | 513 | 54 | 64 |
| Binary | 10111011 | 1001111 | 10000011 | 0 | 111010 | 11110 | 11011 | 101001011 | 101100 | 110100 |
Color Harmonies of #BB4F83
Complementary color
Monochromatic Colors of #BB4F83
Black with #BB4F83
Text Example
Text Example
White with #BB4F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4F83; }
p { color: rgb(187,79,131); }
H1.HeaderClassName
{
color: #BB4F83;
}
.AnyTagClassName
{
color: #BB4F83;
}
</style>
background-color css
<style>
a { background-color: #BB4F83; }
a { background-color: rgb(187,79,131); }
div.DivClassName
{
background-color: #BB4F83;
}
.BgClassName
{
background-color: #BB4F83;
}
</style>
border-color css
<style>
span { border-color: #BB4F83; }
span { border-color: rgb(187,79,131); }
td.TdClassName
{
border-color: #BB4F83;
}
.TagClassName
{
border-color: #BB4F83;
}
</style>