Shades of Mulberry #BB549F
Tints of Mulberry #BB549F
RGB
CMYK
RGB Variations
Color information
#BB549F (or 0xBB549F) is known color: Mulberry. HEX triplet: BB, 54 and 9F. RGB value is (187,84,159). Sum of RGB (Red+Green+Blue) = 187+84+159=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB549F is #44AB60. Grayscale: #7B7B7B. Windows color (decimal): -4500321 or 10441915. OLE color: 10441915.
HSL color Cylindrical-coordinate representation of color #BB549F: hue angle of 316.31º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB549F is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 159 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.27 |
| HSL | 316.31º | 0.43% | 0.53% | - |
| HSV(B) | 316.31º | 0.55% | 0.73% | - |
| XYZ | 29.92 | 19.41 | 34.97 | - |
| YUV | 123.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 159 | 0 | 0.55 | 0.15 | 0.27 | 316.31 | 0.43 | 0.53 |
| Hex | BB | 54 | 9F | 0 | 37 | F | 1B | 13C | 2B | 35 |
| Octal | 273 | 124 | 237 | 0 | 67 | 17 | 33 | 474 | 53 | 65 |
| Binary | 10111011 | 1010100 | 10011111 | 0 | 110111 | 1111 | 11011 | 100111100 | 101011 | 110101 |
Color Harmonies of #BB549F
Complementary color
Monochromatic Colors of #BB549F
Black with #BB549F
Text Example
Text Example
White with #BB549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB549F; }
p { color: rgb(187,84,159); }
H1.HeaderClassName
{
color: #BB549F;
}
.AnyTagClassName
{
color: #BB549F;
}
</style>
background-color css
<style>
a { background-color: #BB549F; }
a { background-color: rgb(187,84,159); }
div.DivClassName
{
background-color: #BB549F;
}
.BgClassName
{
background-color: #BB549F;
}
</style>
border-color css
<style>
span { border-color: #BB549F; }
span { border-color: rgb(187,84,159); }
td.TdClassName
{
border-color: #BB549F;
}
.TagClassName
{
border-color: #BB549F;
}
</style>