Shades of Mulberry #BB608C
Tints of Mulberry #BB608C
RGB
CMYK
RGB Variations
Color information
#BB608C (or 0xBB608C) is known color: Mulberry. HEX triplet: BB, 60 and 8C. RGB value is (187,96,140). Sum of RGB (Red+Green+Blue) = 187+96+140=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB608C is #449F73. Grayscale: #808080. Windows color (decimal): -4497268 or 9199803. OLE color: 9199803.
HSL color Cylindrical-coordinate representation of color #BB608C: hue angle of 330.99º 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 #BB608C is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 140 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.27 |
| HSL | 330.99º | 0.4% | 0.55% | - |
| HSV(B) | 330.99º | 0.49% | 0.73% | - |
| XYZ | 29.41 | 20.82 | 27.28 | - |
| YUV | 128.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 140 | 0 | 0.49 | 0.25 | 0.27 | 330.99 | 0.4 | 0.55 |
| Hex | BB | 60 | 8C | 0 | 31 | 19 | 1B | 14B | 28 | 37 |
| Octal | 273 | 140 | 214 | 0 | 61 | 31 | 33 | 513 | 50 | 67 |
| Binary | 10111011 | 1100000 | 10001100 | 0 | 110001 | 11001 | 11011 | 101001011 | 101000 | 110111 |
Color Harmonies of #BB608C
Complementary color
Monochromatic Colors of #BB608C
Black with #BB608C
Text Example
Text Example
White with #BB608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB608C; }
p { color: rgb(187,96,140); }
H1.HeaderClassName
{
color: #BB608C;
}
.AnyTagClassName
{
color: #BB608C;
}
</style>
background-color css
<style>
a { background-color: #BB608C; }
a { background-color: rgb(187,96,140); }
div.DivClassName
{
background-color: #BB608C;
}
.BgClassName
{
background-color: #BB608C;
}
</style>
border-color css
<style>
span { border-color: #BB608C; }
span { border-color: rgb(187,96,140); }
td.TdClassName
{
border-color: #BB608C;
}
.TagClassName
{
border-color: #BB608C;
}
</style>