Shades of Mulberry #BB5A8C
Tints of Mulberry #BB5A8C
RGB
CMYK
RGB Variations
Color information
#BB5A8C (or 0xBB5A8C) is known color: Mulberry. HEX triplet: BB, 5A and 8C. RGB value is (187,90,140). Sum of RGB (Red+Green+Blue) = 187+90+140=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A8C is #44A573. Grayscale: #7C7C7C. Windows color (decimal): -4498804 or 9198267. OLE color: 9198267.
HSL color Cylindrical-coordinate representation of color #BB5A8C: hue angle of 329.07º 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 #BB5A8C is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 140 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.27 |
| HSL | 329.07º | 0.42% | 0.54% | - |
| HSV(B) | 329.07º | 0.52% | 0.73% | - |
| XYZ | 28.88 | 19.77 | 27.1 | - |
| YUV | 124.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 140 | 0 | 0.52 | 0.25 | 0.27 | 329.07 | 0.42 | 0.54 |
| Hex | BB | 5A | 8C | 0 | 34 | 19 | 1B | 149 | 2A | 36 |
| Octal | 273 | 132 | 214 | 0 | 64 | 31 | 33 | 511 | 52 | 66 |
| Binary | 10111011 | 1011010 | 10001100 | 0 | 110100 | 11001 | 11011 | 101001001 | 101010 | 110110 |
Color Harmonies of #BB5A8C
Complementary color
Monochromatic Colors of #BB5A8C
Black with #BB5A8C
Text Example
Text Example
White with #BB5A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5A8C; }
p { color: rgb(187,90,140); }
H1.HeaderClassName
{
color: #BB5A8C;
}
.AnyTagClassName
{
color: #BB5A8C;
}
</style>
background-color css
<style>
a { background-color: #BB5A8C; }
a { background-color: rgb(187,90,140); }
div.DivClassName
{
background-color: #BB5A8C;
}
.BgClassName
{
background-color: #BB5A8C;
}
</style>
border-color css
<style>
span { border-color: #BB5A8C; }
span { border-color: rgb(187,90,140); }
td.TdClassName
{
border-color: #BB5A8C;
}
.TagClassName
{
border-color: #BB5A8C;
}
</style>