Shades of Mulberry #BB6099
Tints of Mulberry #BB6099
RGB
CMYK
RGB Variations
Color information
#BB6099 (or 0xBB6099) is known color: Mulberry. HEX triplet: BB, 60 and 99. RGB value is (187,96,153). Sum of RGB (Red+Green+Blue) = 187+96+153=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6099 is #449F66. Grayscale: #818181. Windows color (decimal): -4497255 or 10051771. OLE color: 10051771.
HSL color Cylindrical-coordinate representation of color #BB6099: hue angle of 322.42º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6099 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 153 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.27 |
| HSL | 322.42º | 0.4% | 0.55% | - |
| HSV(B) | 322.42º | 0.49% | 0.73% | - |
| XYZ | 30.43 | 21.23 | 32.63 | - |
| YUV | 129.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 153 | 0 | 0.49 | 0.18 | 0.27 | 322.42 | 0.4 | 0.55 |
| Hex | BB | 60 | 99 | 0 | 31 | 12 | 1B | 142 | 28 | 37 |
| Octal | 273 | 140 | 231 | 0 | 61 | 22 | 33 | 502 | 50 | 67 |
| Binary | 10111011 | 1100000 | 10011001 | 0 | 110001 | 10010 | 11011 | 101000010 | 101000 | 110111 |
Color Harmonies of #BB6099
Complementary color
Monochromatic Colors of #BB6099
Black with #BB6099
Text Example
Text Example
White with #BB6099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6099; }
p { color: rgb(187,96,153); }
H1.HeaderClassName
{
color: #BB6099;
}
.AnyTagClassName
{
color: #BB6099;
}
</style>
background-color css
<style>
a { background-color: #BB6099; }
a { background-color: rgb(187,96,153); }
div.DivClassName
{
background-color: #BB6099;
}
.BgClassName
{
background-color: #BB6099;
}
</style>
border-color css
<style>
span { border-color: #BB6099; }
span { border-color: rgb(187,96,153); }
td.TdClassName
{
border-color: #BB6099;
}
.TagClassName
{
border-color: #BB6099;
}
</style>