Shades of Mulberry #BB568B
Tints of Mulberry #BB568B
RGB
CMYK
RGB Variations
Color information
#BB568B (or 0xBB568B) is known color: Mulberry. HEX triplet: BB, 56 and 8B. RGB value is (187,86,139). Sum of RGB (Red+Green+Blue) = 187+86+139=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB568B is #44A974. Grayscale: #7A7A7A. Windows color (decimal): -4499829 or 9131707. OLE color: 9131707.
HSL color Cylindrical-coordinate representation of color #BB568B: hue angle of 328.51º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB568B is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 139 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.27 |
| HSL | 328.51º | 0.43% | 0.54% | - |
| HSV(B) | 328.51º | 0.54% | 0.73% | - |
| XYZ | 28.48 | 19.08 | 26.61 | - |
| YUV | 122.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 139 | 0 | 0.54 | 0.26 | 0.27 | 328.51 | 0.43 | 0.54 |
| Hex | BB | 56 | 8B | 0 | 36 | 1A | 1B | 149 | 2B | 36 |
| Octal | 273 | 126 | 213 | 0 | 66 | 32 | 33 | 511 | 53 | 66 |
| Binary | 10111011 | 1010110 | 10001011 | 0 | 110110 | 11010 | 11011 | 101001001 | 101011 | 110110 |
Color Harmonies of #BB568B
Complementary color
Monochromatic Colors of #BB568B
Black with #BB568B
Text Example
Text Example
White with #BB568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB568B; }
p { color: rgb(187,86,139); }
H1.HeaderClassName
{
color: #BB568B;
}
.AnyTagClassName
{
color: #BB568B;
}
</style>
background-color css
<style>
a { background-color: #BB568B; }
a { background-color: rgb(187,86,139); }
div.DivClassName
{
background-color: #BB568B;
}
.BgClassName
{
background-color: #BB568B;
}
</style>
border-color css
<style>
span { border-color: #BB568B; }
span { border-color: rgb(187,86,139); }
td.TdClassName
{
border-color: #BB568B;
}
.TagClassName
{
border-color: #BB568B;
}
</style>