Shades of Mulberry #BB608B
Tints of Mulberry #BB608B
RGB
CMYK
RGB Variations
Color information
#BB608B (or 0xBB608B) is known color: Mulberry. HEX triplet: BB, 60 and 8B. RGB value is (187,96,139). Sum of RGB (Red+Green+Blue) = 187+96+139=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB608B is #449F74. Grayscale: #808080. Windows color (decimal): -4497269 or 9134267. OLE color: 9134267.
HSL color Cylindrical-coordinate representation of color #BB608B: hue angle of 331.65º 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 #BB608B is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 139 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.27 |
| HSL | 331.65º | 0.4% | 0.55% | - |
| HSV(B) | 331.65º | 0.49% | 0.73% | - |
| XYZ | 29.34 | 20.79 | 26.89 | - |
| YUV | 128.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 139 | 0 | 0.49 | 0.26 | 0.27 | 331.65 | 0.4 | 0.55 |
| Hex | BB | 60 | 8B | 0 | 31 | 1A | 1B | 14C | 28 | 37 |
| Octal | 273 | 140 | 213 | 0 | 61 | 32 | 33 | 514 | 50 | 67 |
| Binary | 10111011 | 1100000 | 10001011 | 0 | 110001 | 11010 | 11011 | 101001100 | 101000 | 110111 |
Color Harmonies of #BB608B
Complementary color
Monochromatic Colors of #BB608B
Black with #BB608B
Text Example
Text Example
White with #BB608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB608B; }
p { color: rgb(187,96,139); }
H1.HeaderClassName
{
color: #BB608B;
}
.AnyTagClassName
{
color: #BB608B;
}
</style>
background-color css
<style>
a { background-color: #BB608B; }
a { background-color: rgb(187,96,139); }
div.DivClassName
{
background-color: #BB608B;
}
.BgClassName
{
background-color: #BB608B;
}
</style>
border-color css
<style>
span { border-color: #BB608B; }
span { border-color: rgb(187,96,139); }
td.TdClassName
{
border-color: #BB608B;
}
.TagClassName
{
border-color: #BB608B;
}
</style>