Shades of Mulberry #BB508B
Tints of Mulberry #BB508B
RGB
CMYK
RGB Variations
Color information
#BB508B (or 0xBB508B) is known color: Mulberry. HEX triplet: BB, 50 and 8B. RGB value is (187,80,139). Sum of RGB (Red+Green+Blue) = 187+80+139=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB508B is #44AF74. Grayscale: #767676. Windows color (decimal): -4501365 or 9130171. OLE color: 9130171.
HSL color Cylindrical-coordinate representation of color #BB508B: hue angle of 326.92º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB508B is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 139 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.27 |
| HSL | 326.92º | 0.44% | 0.52% | - |
| HSV(B) | 326.92º | 0.57% | 0.73% | - |
| XYZ | 28.02 | 18.17 | 26.46 | - |
| YUV | 118.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 139 | 0 | 0.57 | 0.26 | 0.27 | 326.92 | 0.44 | 0.52 |
| Hex | BB | 50 | 8B | 0 | 39 | 1A | 1B | 147 | 2C | 34 |
| Octal | 273 | 120 | 213 | 0 | 71 | 32 | 33 | 507 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10001011 | 0 | 111001 | 11010 | 11011 | 101000111 | 101100 | 110100 |
Color Harmonies of #BB508B
Complementary color
Monochromatic Colors of #BB508B
Black with #BB508B
Text Example
Text Example
White with #BB508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB508B; }
p { color: rgb(187,80,139); }
H1.HeaderClassName
{
color: #BB508B;
}
.AnyTagClassName
{
color: #BB508B;
}
</style>
background-color css
<style>
a { background-color: #BB508B; }
a { background-color: rgb(187,80,139); }
div.DivClassName
{
background-color: #BB508B;
}
.BgClassName
{
background-color: #BB508B;
}
</style>
border-color css
<style>
span { border-color: #BB508B; }
span { border-color: rgb(187,80,139); }
td.TdClassName
{
border-color: #BB508B;
}
.TagClassName
{
border-color: #BB508B;
}
</style>