Shades of Mulberry #BB5C92
Tints of Mulberry #BB5C92
RGB
CMYK
RGB Variations
Color information
#BB5C92 (or 0xBB5C92) is known color: Mulberry. HEX triplet: BB, 5C and 92. RGB value is (187,92,146). Sum of RGB (Red+Green+Blue) = 187+92+146=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C92 is #44A36D. Grayscale: #7E7E7E. Windows color (decimal): -4498286 or 9591995. OLE color: 9591995.
HSL color Cylindrical-coordinate representation of color #BB5C92: hue angle of 325.89º 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 #BB5C92 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 146 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.27 |
| HSL | 325.89º | 0.41% | 0.55% | - |
| HSV(B) | 325.89º | 0.51% | 0.73% | - |
| XYZ | 29.51 | 20.29 | 29.56 | - |
| YUV | 126.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 146 | 0 | 0.51 | 0.22 | 0.27 | 325.89 | 0.41 | 0.55 |
| Hex | BB | 5C | 92 | 0 | 33 | 16 | 1B | 146 | 29 | 37 |
| Octal | 273 | 134 | 222 | 0 | 63 | 26 | 33 | 506 | 51 | 67 |
| Binary | 10111011 | 1011100 | 10010010 | 0 | 110011 | 10110 | 11011 | 101000110 | 101001 | 110111 |
Color Harmonies of #BB5C92
Complementary color
Monochromatic Colors of #BB5C92
Black with #BB5C92
Text Example
Text Example
White with #BB5C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5C92; }
p { color: rgb(187,92,146); }
H1.HeaderClassName
{
color: #BB5C92;
}
.AnyTagClassName
{
color: #BB5C92;
}
</style>
background-color css
<style>
a { background-color: #BB5C92; }
a { background-color: rgb(187,92,146); }
div.DivClassName
{
background-color: #BB5C92;
}
.BgClassName
{
background-color: #BB5C92;
}
</style>
border-color css
<style>
span { border-color: #BB5C92; }
span { border-color: rgb(187,92,146); }
td.TdClassName
{
border-color: #BB5C92;
}
.TagClassName
{
border-color: #BB5C92;
}
</style>