Shades of Mulberry #BB518F
Tints of Mulberry #BB518F
RGB
CMYK
RGB Variations
Color information
#BB518F (or 0xBB518F) is known color: Mulberry. HEX triplet: BB, 51 and 8F. RGB value is (187,81,143). Sum of RGB (Red+Green+Blue) = 187+81+143=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB518F is #44AE70. Grayscale: #777777. Windows color (decimal): -4501105 or 9392571. OLE color: 9392571.
HSL color Cylindrical-coordinate representation of color #BB518F: hue angle of 324.91º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB518F is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 143 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.27 |
| HSL | 324.91º | 0.44% | 0.53% | - |
| HSV(B) | 324.91º | 0.57% | 0.73% | - |
| XYZ | 28.39 | 18.43 | 28.05 | - |
| YUV | 119.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 143 | 0 | 0.57 | 0.24 | 0.27 | 324.91 | 0.44 | 0.53 |
| Hex | BB | 51 | 8F | 0 | 39 | 18 | 1B | 145 | 2C | 35 |
| Octal | 273 | 121 | 217 | 0 | 71 | 30 | 33 | 505 | 54 | 65 |
| Binary | 10111011 | 1010001 | 10001111 | 0 | 111001 | 11000 | 11011 | 101000101 | 101100 | 110101 |
Color Harmonies of #BB518F
Complementary color
Monochromatic Colors of #BB518F
Black with #BB518F
Text Example
Text Example
White with #BB518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB518F; }
p { color: rgb(187,81,143); }
H1.HeaderClassName
{
color: #BB518F;
}
.AnyTagClassName
{
color: #BB518F;
}
</style>
background-color css
<style>
a { background-color: #BB518F; }
a { background-color: rgb(187,81,143); }
div.DivClassName
{
background-color: #BB518F;
}
.BgClassName
{
background-color: #BB518F;
}
</style>
border-color css
<style>
span { border-color: #BB518F; }
span { border-color: rgb(187,81,143); }
td.TdClassName
{
border-color: #BB518F;
}
.TagClassName
{
border-color: #BB518F;
}
</style>