Shades of Mulberry #BB4993
Tints of Mulberry #BB4993
RGB
CMYK
RGB Variations
Color information
#BB4993 (or 0xBB4993) is known color: Mulberry. HEX triplet: BB, 49 and 93. RGB value is (187,73,147). Sum of RGB (Red+Green+Blue) = 187+73+147=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4993 is #44B66C. Grayscale: #737373. Windows color (decimal): -4503149 or 9652667. OLE color: 9652667.
HSL color Cylindrical-coordinate representation of color #BB4993: hue angle of 321.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4993 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 147 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.27 |
| HSL | 321.05º | 0.46% | 0.51% | - |
| HSV(B) | 321.05º | 0.61% | 0.73% | - |
| XYZ | 28.14 | 17.44 | 29.49 | - |
| YUV | 115.52 | 145.77 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 147 | 0 | 0.61 | 0.21 | 0.27 | 321.05 | 0.46 | 0.51 |
| Hex | BB | 49 | 93 | 0 | 3D | 15 | 1B | 141 | 2E | 33 |
| Octal | 273 | 111 | 223 | 0 | 75 | 25 | 33 | 501 | 56 | 63 |
| Binary | 10111011 | 1001001 | 10010011 | 0 | 111101 | 10101 | 11011 | 101000001 | 101110 | 110011 |
Color Harmonies of #BB4993
Complementary color
Monochromatic Colors of #BB4993
Black with #BB4993
Text Example
Text Example
White with #BB4993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4993; }
p { color: rgb(187,73,147); }
H1.HeaderClassName
{
color: #BB4993;
}
.AnyTagClassName
{
color: #BB4993;
}
</style>
background-color css
<style>
a { background-color: #BB4993; }
a { background-color: rgb(187,73,147); }
div.DivClassName
{
background-color: #BB4993;
}
.BgClassName
{
background-color: #BB4993;
}
</style>
border-color css
<style>
span { border-color: #BB4993; }
span { border-color: rgb(187,73,147); }
td.TdClassName
{
border-color: #BB4993;
}
.TagClassName
{
border-color: #BB4993;
}
</style>