Shades of Mulberry #BB4293
Tints of Mulberry #BB4293
RGB
CMYK
RGB Variations
Color information
#BB4293 (or 0xBB4293) is known color: Mulberry. HEX triplet: BB, 42 and 93. RGB value is (187,66,147). Sum of RGB (Red+Green+Blue) = 187+66+147=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4293 is #44BD6C. Grayscale: #6F6F6F. Windows color (decimal): -4504941 or 9650875. OLE color: 9650875.
HSL color Cylindrical-coordinate representation of color #BB4293: hue angle of 319.83º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4293 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 147 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.27 |
| HSL | 319.83º | 0.48% | 0.5% | - |
| HSV(B) | 319.83º | 0.65% | 0.73% | - |
| XYZ | 27.71 | 16.57 | 29.34 | - |
| YUV | 111.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 147 | 0 | 0.65 | 0.21 | 0.27 | 319.83 | 0.48 | 0.5 |
| Hex | BB | 42 | 93 | 0 | 41 | 15 | 1B | 140 | 30 | 32 |
| Octal | 273 | 102 | 223 | 0 | 101 | 25 | 33 | 500 | 60 | 62 |
| Binary | 10111011 | 1000010 | 10010011 | 0 | 1000001 | 10101 | 11011 | 101000000 | 110000 | 110010 |
Color Harmonies of #BB4293
Complementary color
Monochromatic Colors of #BB4293
Black with #BB4293
Text Example
Text Example
White with #BB4293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4293; }
p { color: rgb(187,66,147); }
H1.HeaderClassName
{
color: #BB4293;
}
.AnyTagClassName
{
color: #BB4293;
}
</style>
background-color css
<style>
a { background-color: #BB4293; }
a { background-color: rgb(187,66,147); }
div.DivClassName
{
background-color: #BB4293;
}
.BgClassName
{
background-color: #BB4293;
}
</style>
border-color css
<style>
span { border-color: #BB4293; }
span { border-color: rgb(187,66,147); }
td.TdClassName
{
border-color: #BB4293;
}
.TagClassName
{
border-color: #BB4293;
}
</style>