Shades of Mulberry #BB5394
Tints of Mulberry #BB5394
RGB
CMYK
RGB Variations
Color information
#BB5394 (or 0xBB5394) is known color: Mulberry. HEX triplet: BB, 53 and 94. RGB value is (187,83,148). Sum of RGB (Red+Green+Blue) = 187+83+148=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5394 is #44AC6B. Grayscale: #797979. Windows color (decimal): -4500588 or 9720763. OLE color: 9720763.
HSL color Cylindrical-coordinate representation of color #BB5394: hue angle of 322.5º degrees, saturation: 0.43, 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 #BB5394 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 148 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.27 |
| HSL | 322.5º | 0.43% | 0.53% | - |
| HSV(B) | 322.5º | 0.56% | 0.73% | - |
| XYZ | 28.93 | 18.89 | 30.14 | - |
| YUV | 121.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 148 | 0 | 0.56 | 0.21 | 0.27 | 322.5 | 0.43 | 0.53 |
| Hex | BB | 53 | 94 | 0 | 38 | 15 | 1B | 142 | 2B | 35 |
| Octal | 273 | 123 | 224 | 0 | 70 | 25 | 33 | 502 | 53 | 65 |
| Binary | 10111011 | 1010011 | 10010100 | 0 | 111000 | 10101 | 11011 | 101000010 | 101011 | 110101 |
Color Harmonies of #BB5394
Complementary color
Monochromatic Colors of #BB5394
Black with #BB5394
Text Example
Text Example
White with #BB5394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5394; }
p { color: rgb(187,83,148); }
H1.HeaderClassName
{
color: #BB5394;
}
.AnyTagClassName
{
color: #BB5394;
}
</style>
background-color css
<style>
a { background-color: #BB5394; }
a { background-color: rgb(187,83,148); }
div.DivClassName
{
background-color: #BB5394;
}
.BgClassName
{
background-color: #BB5394;
}
</style>
border-color css
<style>
span { border-color: #BB5394; }
span { border-color: rgb(187,83,148); }
td.TdClassName
{
border-color: #BB5394;
}
.TagClassName
{
border-color: #BB5394;
}
</style>