Shades of Mulberry #BB558A
Tints of Mulberry #BB558A
RGB
CMYK
RGB Variations
Color information
#BB558A (or 0xBB558A) is known color: Mulberry. HEX triplet: BB, 55 and 8A. RGB value is (187,85,138). Sum of RGB (Red+Green+Blue) = 187+85+138=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB558A is #44AA75. Grayscale: #797979. Windows color (decimal): -4500086 or 9065915. OLE color: 9065915.
HSL color Cylindrical-coordinate representation of color #BB558A: hue angle of 328.82º 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 #BB558A is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 138 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.27 |
| HSL | 328.82º | 0.43% | 0.53% | - |
| HSV(B) | 328.82º | 0.55% | 0.73% | - |
| XYZ | 28.33 | 18.9 | 26.2 | - |
| YUV | 121.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 138 | 0 | 0.55 | 0.26 | 0.27 | 328.82 | 0.43 | 0.53 |
| Hex | BB | 55 | 8A | 0 | 37 | 1A | 1B | 149 | 2B | 35 |
| Octal | 273 | 125 | 212 | 0 | 67 | 32 | 33 | 511 | 53 | 65 |
| Binary | 10111011 | 1010101 | 10001010 | 0 | 110111 | 11010 | 11011 | 101001001 | 101011 | 110101 |
Color Harmonies of #BB558A
Complementary color
Monochromatic Colors of #BB558A
Black with #BB558A
Text Example
Text Example
White with #BB558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB558A; }
p { color: rgb(187,85,138); }
H1.HeaderClassName
{
color: #BB558A;
}
.AnyTagClassName
{
color: #BB558A;
}
</style>
background-color css
<style>
a { background-color: #BB558A; }
a { background-color: rgb(187,85,138); }
div.DivClassName
{
background-color: #BB558A;
}
.BgClassName
{
background-color: #BB558A;
}
</style>
border-color css
<style>
span { border-color: #BB558A; }
span { border-color: rgb(187,85,138); }
td.TdClassName
{
border-color: #BB558A;
}
.TagClassName
{
border-color: #BB558A;
}
</style>