Shades of Mulberry #BB509B
Tints of Mulberry #BB509B
RGB
CMYK
RGB Variations
Color information
#BB509B (or 0xBB509B) is known color: Mulberry. HEX triplet: BB, 50 and 9B. RGB value is (187,80,155). Sum of RGB (Red+Green+Blue) = 187+80+155=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB509B is #44AF64. Grayscale: #787878. Windows color (decimal): -4501349 or 10178747. OLE color: 10178747.
HSL color Cylindrical-coordinate representation of color #BB509B: hue angle of 317.94º 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 #BB509B is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 155 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.27 |
| HSL | 317.94º | 0.44% | 0.52% | - |
| HSV(B) | 317.94º | 0.57% | 0.73% | - |
| XYZ | 29.28 | 18.67 | 33.07 | - |
| YUV | 120.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 155 | 0 | 0.57 | 0.17 | 0.27 | 317.94 | 0.44 | 0.52 |
| Hex | BB | 50 | 9B | 0 | 39 | 11 | 1B | 13E | 2C | 34 |
| Octal | 273 | 120 | 233 | 0 | 71 | 21 | 33 | 476 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10011011 | 0 | 111001 | 10001 | 11011 | 100111110 | 101100 | 110100 |
Color Harmonies of #BB509B
Complementary color
Monochromatic Colors of #BB509B
Black with #BB509B
Text Example
Text Example
White with #BB509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB509B; }
p { color: rgb(187,80,155); }
H1.HeaderClassName
{
color: #BB509B;
}
.AnyTagClassName
{
color: #BB509B;
}
</style>
background-color css
<style>
a { background-color: #BB509B; }
a { background-color: rgb(187,80,155); }
div.DivClassName
{
background-color: #BB509B;
}
.BgClassName
{
background-color: #BB509B;
}
</style>
border-color css
<style>
span { border-color: #BB509B; }
span { border-color: rgb(187,80,155); }
td.TdClassName
{
border-color: #BB509B;
}
.TagClassName
{
border-color: #BB509B;
}
</style>