Shades of Mulberry #BB609D
Tints of Mulberry #BB609D
RGB
CMYK
RGB Variations
Color information
#BB609D (or 0xBB609D) is known color: Mulberry. HEX triplet: BB, 60 and 9D. RGB value is (187,96,157). Sum of RGB (Red+Green+Blue) = 187+96+157=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB609D is #449F62. Grayscale: #828282. Windows color (decimal): -4497251 or 10313915. OLE color: 10313915.
HSL color Cylindrical-coordinate representation of color #BB609D: hue angle of 319.78º 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 #BB609D is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 157 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.27 |
| HSL | 319.78º | 0.4% | 0.55% | - |
| HSV(B) | 319.78º | 0.49% | 0.73% | - |
| XYZ | 30.76 | 21.36 | 34.4 | - |
| YUV | 130.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 157 | 0 | 0.49 | 0.16 | 0.27 | 319.78 | 0.4 | 0.55 |
| Hex | BB | 60 | 9D | 0 | 31 | 10 | 1B | 140 | 28 | 37 |
| Octal | 273 | 140 | 235 | 0 | 61 | 20 | 33 | 500 | 50 | 67 |
| Binary | 10111011 | 1100000 | 10011101 | 0 | 110001 | 10000 | 11011 | 101000000 | 101000 | 110111 |
Color Harmonies of #BB609D
Complementary color
Monochromatic Colors of #BB609D
Black with #BB609D
Text Example
Text Example
White with #BB609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB609D; }
p { color: rgb(187,96,157); }
H1.HeaderClassName
{
color: #BB609D;
}
.AnyTagClassName
{
color: #BB609D;
}
</style>
background-color css
<style>
a { background-color: #BB609D; }
a { background-color: rgb(187,96,157); }
div.DivClassName
{
background-color: #BB609D;
}
.BgClassName
{
background-color: #BB609D;
}
</style>
border-color css
<style>
span { border-color: #BB609D; }
span { border-color: rgb(187,96,157); }
td.TdClassName
{
border-color: #BB609D;
}
.TagClassName
{
border-color: #BB609D;
}
</style>