Shades of Mulberry #BB5293
Tints of Mulberry #BB5293
RGB
CMYK
RGB Variations
Color information
#BB5293 (or 0xBB5293) is known color: Mulberry. HEX triplet: BB, 52 and 93. RGB value is (187,82,147). Sum of RGB (Red+Green+Blue) = 187+82+147=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5293 is #44AD6C. Grayscale: #787878. Windows color (decimal): -4500845 or 9654971. OLE color: 9654971.
HSL color Cylindrical-coordinate representation of color #BB5293: hue angle of 322.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5293 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 147 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.27 |
| HSL | 322.86º | 0.44% | 0.53% | - |
| HSV(B) | 322.86º | 0.56% | 0.73% | - |
| XYZ | 28.78 | 18.71 | 29.7 | - |
| YUV | 120.81 | 142.79 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 147 | 0 | 0.56 | 0.21 | 0.27 | 322.86 | 0.44 | 0.53 |
| Hex | BB | 52 | 93 | 0 | 38 | 15 | 1B | 143 | 2C | 35 |
| Octal | 273 | 122 | 223 | 0 | 70 | 25 | 33 | 503 | 54 | 65 |
| Binary | 10111011 | 1010010 | 10010011 | 0 | 111000 | 10101 | 11011 | 101000011 | 101100 | 110101 |
Color Harmonies of #BB5293
Complementary color
Monochromatic Colors of #BB5293
Black with #BB5293
Text Example
Text Example
White with #BB5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5293; }
p { color: rgb(187,82,147); }
H1.HeaderClassName
{
color: #BB5293;
}
.AnyTagClassName
{
color: #BB5293;
}
</style>
background-color css
<style>
a { background-color: #BB5293; }
a { background-color: rgb(187,82,147); }
div.DivClassName
{
background-color: #BB5293;
}
.BgClassName
{
background-color: #BB5293;
}
</style>
border-color css
<style>
span { border-color: #BB5293; }
span { border-color: rgb(187,82,147); }
td.TdClassName
{
border-color: #BB5293;
}
.TagClassName
{
border-color: #BB5293;
}
</style>