Shades of Mulberry #BB519A
Tints of Mulberry #BB519A
RGB
CMYK
RGB Variations
Color information
#BB519A (or 0xBB519A) is known color: Mulberry. HEX triplet: BB, 51 and 9A. RGB value is (187,81,154). Sum of RGB (Red+Green+Blue) = 187+81+154=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB519A is #44AE65. Grayscale: #787878. Windows color (decimal): -4501094 or 10113467. OLE color: 10113467.
HSL color Cylindrical-coordinate representation of color #BB519A: hue angle of 318.68º 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 #BB519A is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 154 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.27 |
| HSL | 318.68º | 0.44% | 0.53% | - |
| HSV(B) | 318.68º | 0.57% | 0.73% | - |
| XYZ | 29.27 | 18.78 | 32.65 | - |
| YUV | 121.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 154 | 0 | 0.57 | 0.18 | 0.27 | 318.68 | 0.44 | 0.53 |
| Hex | BB | 51 | 9A | 0 | 39 | 12 | 1B | 13F | 2C | 35 |
| Octal | 273 | 121 | 232 | 0 | 71 | 22 | 33 | 477 | 54 | 65 |
| Binary | 10111011 | 1010001 | 10011010 | 0 | 111001 | 10010 | 11011 | 100111111 | 101100 | 110101 |
Color Harmonies of #BB519A
Complementary color
Monochromatic Colors of #BB519A
Black with #BB519A
Text Example
Text Example
White with #BB519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB519A; }
p { color: rgb(187,81,154); }
H1.HeaderClassName
{
color: #BB519A;
}
.AnyTagClassName
{
color: #BB519A;
}
</style>
background-color css
<style>
a { background-color: #BB519A; }
a { background-color: rgb(187,81,154); }
div.DivClassName
{
background-color: #BB519A;
}
.BgClassName
{
background-color: #BB519A;
}
</style>
border-color css
<style>
span { border-color: #BB519A; }
span { border-color: rgb(187,81,154); }
td.TdClassName
{
border-color: #BB519A;
}
.TagClassName
{
border-color: #BB519A;
}
</style>