Shades of Mulberry #BB508E
Tints of Mulberry #BB508E
RGB
CMYK
RGB Variations
Color information
#BB508E (or 0xBB508E) is known color: Mulberry. HEX triplet: BB, 50 and 8E. RGB value is (187,80,142). Sum of RGB (Red+Green+Blue) = 187+80+142=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB508E is #44AF71. Grayscale: #767676. Windows color (decimal): -4501362 or 9326779. OLE color: 9326779.
HSL color Cylindrical-coordinate representation of color #BB508E: hue angle of 325.23º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB508E is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 142 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.27 |
| HSL | 325.23º | 0.44% | 0.52% | - |
| HSV(B) | 325.23º | 0.57% | 0.73% | - |
| XYZ | 28.24 | 18.26 | 27.63 | - |
| YUV | 119.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 142 | 0 | 0.57 | 0.24 | 0.27 | 325.23 | 0.44 | 0.52 |
| Hex | BB | 50 | 8E | 0 | 39 | 18 | 1B | 145 | 2C | 34 |
| Octal | 273 | 120 | 216 | 0 | 71 | 30 | 33 | 505 | 54 | 64 |
| Binary | 10111011 | 1010000 | 10001110 | 0 | 111001 | 11000 | 11011 | 101000101 | 101100 | 110100 |
Color Harmonies of #BB508E
Complementary color
Monochromatic Colors of #BB508E
Black with #BB508E
Text Example
Text Example
White with #BB508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB508E; }
p { color: rgb(187,80,142); }
H1.HeaderClassName
{
color: #BB508E;
}
.AnyTagClassName
{
color: #BB508E;
}
</style>
background-color css
<style>
a { background-color: #BB508E; }
a { background-color: rgb(187,80,142); }
div.DivClassName
{
background-color: #BB508E;
}
.BgClassName
{
background-color: #BB508E;
}
</style>
border-color css
<style>
span { border-color: #BB508E; }
span { border-color: rgb(187,80,142); }
td.TdClassName
{
border-color: #BB508E;
}
.TagClassName
{
border-color: #BB508E;
}
</style>