Shades of Mulberry #BB5384
Tints of Mulberry #BB5384
RGB
CMYK
RGB Variations
Color information
#BB5384 (or 0xBB5384) is known color: Mulberry. HEX triplet: BB, 53 and 84. RGB value is (187,83,132). Sum of RGB (Red+Green+Blue) = 187+83+132=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5384 is #44AC7B. Grayscale: #777777. Windows color (decimal): -4500604 or 8672187. OLE color: 8672187.
HSL color Cylindrical-coordinate representation of color #BB5384: hue angle of 331.73º 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 #BB5384 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 132 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.27 |
| HSL | 331.73º | 0.43% | 0.53% | - |
| HSV(B) | 331.73º | 0.56% | 0.73% | - |
| XYZ | 27.75 | 18.42 | 23.92 | - |
| YUV | 119.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 132 | 0 | 0.56 | 0.29 | 0.27 | 331.73 | 0.43 | 0.53 |
| Hex | BB | 53 | 84 | 0 | 38 | 1D | 1B | 14C | 2B | 35 |
| Octal | 273 | 123 | 204 | 0 | 70 | 35 | 33 | 514 | 53 | 65 |
| Binary | 10111011 | 1010011 | 10000100 | 0 | 111000 | 11101 | 11011 | 101001100 | 101011 | 110101 |
Color Harmonies of #BB5384
Complementary color
Monochromatic Colors of #BB5384
Black with #BB5384
Text Example
Text Example
White with #BB5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5384; }
p { color: rgb(187,83,132); }
H1.HeaderClassName
{
color: #BB5384;
}
.AnyTagClassName
{
color: #BB5384;
}
</style>
background-color css
<style>
a { background-color: #BB5384; }
a { background-color: rgb(187,83,132); }
div.DivClassName
{
background-color: #BB5384;
}
.BgClassName
{
background-color: #BB5384;
}
</style>
border-color css
<style>
span { border-color: #BB5384; }
span { border-color: rgb(187,83,132); }
td.TdClassName
{
border-color: #BB5384;
}
.TagClassName
{
border-color: #BB5384;
}
</style>