Shades of Hopbush #BB6D9C
Tints of Hopbush #BB6D9C
RGB
CMYK
RGB Variations
Color information
#BB6D9C (or 0xBB6D9C) is known color: Hopbush. HEX triplet: BB, 6D and 9C. RGB value is (187,109,156). Sum of RGB (Red+Green+Blue) = 187+109+156=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6D9C is #449263. Grayscale: #898989. Windows color (decimal): -4493924 or 10251707. OLE color: 10251707.
HSL color Cylindrical-coordinate representation of color #BB6D9C: hue angle of 323.85º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6D9C is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 156 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.27 |
| HSL | 323.85º | 0.36% | 0.58% | - |
| HSV(B) | 323.85º | 0.42% | 0.73% | - |
| XYZ | 31.96 | 23.9 | 34.38 | - |
| YUV | 137.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 156 | 0 | 0.42 | 0.17 | 0.27 | 323.85 | 0.36 | 0.58 |
| Hex | BB | 6D | 9C | 0 | 2A | 11 | 1B | 144 | 24 | 3A |
| Octal | 273 | 155 | 234 | 0 | 52 | 21 | 33 | 504 | 44 | 72 |
| Binary | 10111011 | 1101101 | 10011100 | 0 | 101010 | 10001 | 11011 | 101000100 | 100100 | 111010 |
Color Harmonies of #BB6D9C
Complementary color
Monochromatic Colors of #BB6D9C
Black with #BB6D9C
Text Example
Text Example
White with #BB6D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6D9C; }
p { color: rgb(187,109,156); }
H1.HeaderClassName
{
color: #BB6D9C;
}
.AnyTagClassName
{
color: #BB6D9C;
}
</style>
background-color css
<style>
a { background-color: #BB6D9C; }
a { background-color: rgb(187,109,156); }
div.DivClassName
{
background-color: #BB6D9C;
}
.BgClassName
{
background-color: #BB6D9C;
}
</style>
border-color css
<style>
span { border-color: #BB6D9C; }
span { border-color: rgb(187,109,156); }
td.TdClassName
{
border-color: #BB6D9C;
}
.TagClassName
{
border-color: #BB6D9C;
}
</style>