Shades of Mulberry #BB5A8D
Tints of Mulberry #BB5A8D
RGB
CMYK
RGB Variations
Color information
#BB5A8D (or 0xBB5A8D) is known color: Mulberry. HEX triplet: BB, 5A and 8D. RGB value is (187,90,141). Sum of RGB (Red+Green+Blue) = 187+90+141=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A8D is #44A572. Grayscale: #7C7C7C. Windows color (decimal): -4498803 or 9263803. OLE color: 9263803.
HSL color Cylindrical-coordinate representation of color #BB5A8D: hue angle of 328.45º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5A8D is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 141 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.27 |
| HSL | 328.45º | 0.42% | 0.54% | - |
| HSV(B) | 328.45º | 0.52% | 0.73% | - |
| XYZ | 28.96 | 19.8 | 27.49 | - |
| YUV | 124.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 141 | 0 | 0.52 | 0.25 | 0.27 | 328.45 | 0.42 | 0.54 |
| Hex | BB | 5A | 8D | 0 | 34 | 19 | 1B | 148 | 2A | 36 |
| Octal | 273 | 132 | 215 | 0 | 64 | 31 | 33 | 510 | 52 | 66 |
| Binary | 10111011 | 1011010 | 10001101 | 0 | 110100 | 11001 | 11011 | 101001000 | 101010 | 110110 |
Color Harmonies of #BB5A8D
Complementary color
Monochromatic Colors of #BB5A8D
Black with #BB5A8D
Text Example
Text Example
White with #BB5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5A8D; }
p { color: rgb(187,90,141); }
H1.HeaderClassName
{
color: #BB5A8D;
}
.AnyTagClassName
{
color: #BB5A8D;
}
</style>
background-color css
<style>
a { background-color: #BB5A8D; }
a { background-color: rgb(187,90,141); }
div.DivClassName
{
background-color: #BB5A8D;
}
.BgClassName
{
background-color: #BB5A8D;
}
</style>
border-color css
<style>
span { border-color: #BB5A8D; }
span { border-color: rgb(187,90,141); }
td.TdClassName
{
border-color: #BB5A8D;
}
.TagClassName
{
border-color: #BB5A8D;
}
</style>