Shades of Mulberry #BB50A0
Tints of Mulberry #BB50A0
RGB
CMYK
RGB Variations
Color information
#BB50A0 (or 0xBB50A0) is known color: Mulberry. HEX triplet: BB, 50 and A0. RGB value is (187,80,160). Sum of RGB (Red+Green+Blue) = 187+80+160=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB50A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB50A0 is #44AF5F. Grayscale: #787878. Windows color (decimal): -4501344 or 10506427. OLE color: 10506427.
HSL color Cylindrical-coordinate representation of color #BB50A0: hue angle of 315.14º 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 #BB50A0 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 160 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.27 |
| HSL | 315.14º | 0.44% | 0.52% | - |
| HSV(B) | 315.14º | 0.57% | 0.73% | - |
| XYZ | 29.71 | 18.84 | 35.33 | - |
| YUV | 121.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 160 | 0 | 0.57 | 0.14 | 0.27 | 315.14 | 0.44 | 0.52 |
| Hex | BB | 50 | A0 | 0 | 39 | E | 1B | 13B | 2C | 34 |
| Octal | 273 | 120 | 240 | 0 | 71 | 16 | 33 | 473 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10100000 | 0 | 111001 | 1110 | 11011 | 100111011 | 101100 | 110100 |
Color Harmonies of #BB50A0
Complementary color
Monochromatic Colors of #BB50A0
Black with #BB50A0
Text Example
Text Example
White with #BB50A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50A0; }
p { color: rgb(187,80,160); }
H1.HeaderClassName
{
color: #BB50A0;
}
.AnyTagClassName
{
color: #BB50A0;
}
</style>
background-color css
<style>
a { background-color: #BB50A0; }
a { background-color: rgb(187,80,160); }
div.DivClassName
{
background-color: #BB50A0;
}
.BgClassName
{
background-color: #BB50A0;
}
</style>
border-color css
<style>
span { border-color: #BB50A0; }
span { border-color: rgb(187,80,160); }
td.TdClassName
{
border-color: #BB50A0;
}
.TagClassName
{
border-color: #BB50A0;
}
</style>