Shades of Mulberry #BB5C8D
Tints of Mulberry #BB5C8D
RGB
CMYK
RGB Variations
Color information
#BB5C8D (or 0xBB5C8D) is known color: Mulberry. HEX triplet: BB, 5C and 8D. RGB value is (187,92,141). Sum of RGB (Red+Green+Blue) = 187+92+141=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C8D is #44A372. Grayscale: #7D7D7D. Windows color (decimal): -4498291 or 9264315. OLE color: 9264315.
HSL color Cylindrical-coordinate representation of color #BB5C8D: hue angle of 329.05º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5C8D is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 141 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.27 |
| HSL | 329.05º | 0.41% | 0.55% | - |
| HSV(B) | 329.05º | 0.51% | 0.73% | - |
| XYZ | 29.13 | 20.14 | 27.55 | - |
| YUV | 125.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 141 | 0 | 0.51 | 0.25 | 0.27 | 329.05 | 0.41 | 0.55 |
| Hex | BB | 5C | 8D | 0 | 33 | 19 | 1B | 149 | 29 | 37 |
| Octal | 273 | 134 | 215 | 0 | 63 | 31 | 33 | 511 | 51 | 67 |
| Binary | 10111011 | 1011100 | 10001101 | 0 | 110011 | 11001 | 11011 | 101001001 | 101001 | 110111 |
Color Harmonies of #BB5C8D
Complementary color
Monochromatic Colors of #BB5C8D
Black with #BB5C8D
Text Example
Text Example
White with #BB5C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5C8D; }
p { color: rgb(187,92,141); }
H1.HeaderClassName
{
color: #BB5C8D;
}
.AnyTagClassName
{
color: #BB5C8D;
}
</style>
background-color css
<style>
a { background-color: #BB5C8D; }
a { background-color: rgb(187,92,141); }
div.DivClassName
{
background-color: #BB5C8D;
}
.BgClassName
{
background-color: #BB5C8D;
}
</style>
border-color css
<style>
span { border-color: #BB5C8D; }
span { border-color: rgb(187,92,141); }
td.TdClassName
{
border-color: #BB5C8D;
}
.TagClassName
{
border-color: #BB5C8D;
}
</style>