Shades of Mulberry #BB4492
Tints of Mulberry #BB4492
RGB
CMYK
RGB Variations
Color information
#BB4492 (or 0xBB4492) is known color: Mulberry. HEX triplet: BB, 44 and 92. RGB value is (187,68,146). Sum of RGB (Red+Green+Blue) = 187+68+146=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4492 is #44BB6D. Grayscale: #707070. Windows color (decimal): -4504430 or 9585851. OLE color: 9585851.
HSL color Cylindrical-coordinate representation of color #BB4492: hue angle of 320.67º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4492 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 146 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.27 |
| HSL | 320.67º | 0.47% | 0.5% | - |
| HSV(B) | 320.67º | 0.64% | 0.73% | - |
| XYZ | 27.75 | 16.77 | 28.97 | - |
| YUV | 112.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 146 | 0 | 0.64 | 0.22 | 0.27 | 320.67 | 0.47 | 0.5 |
| Hex | BB | 44 | 92 | 0 | 40 | 16 | 1B | 141 | 2F | 32 |
| Octal | 273 | 104 | 222 | 0 | 100 | 26 | 33 | 501 | 57 | 62 |
| Binary | 10111011 | 1000100 | 10010010 | 0 | 1000000 | 10110 | 11011 | 101000001 | 101111 | 110010 |
Color Harmonies of #BB4492
Complementary color
Monochromatic Colors of #BB4492
Black with #BB4492
Text Example
Text Example
White with #BB4492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4492; }
p { color: rgb(187,68,146); }
H1.HeaderClassName
{
color: #BB4492;
}
.AnyTagClassName
{
color: #BB4492;
}
</style>
background-color css
<style>
a { background-color: #BB4492; }
a { background-color: rgb(187,68,146); }
div.DivClassName
{
background-color: #BB4492;
}
.BgClassName
{
background-color: #BB4492;
}
</style>
border-color css
<style>
span { border-color: #BB4492; }
span { border-color: rgb(187,68,146); }
td.TdClassName
{
border-color: #BB4492;
}
.TagClassName
{
border-color: #BB4492;
}
</style>