Shades of Hopbush #BB6C9C
Tints of Hopbush #BB6C9C
RGB
CMYK
RGB Variations
Color information
#BB6C9C (or 0xBB6C9C) is known color: Hopbush. HEX triplet: BB, 6C and 9C. RGB value is (187,108,156). Sum of RGB (Red+Green+Blue) = 187+108+156=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6C9C is #449363. Grayscale: #888888. Windows color (decimal): -4494180 or 10251451. OLE color: 10251451.
HSL color Cylindrical-coordinate representation of color #BB6C9C: hue angle of 323.54º degrees, saturation: 0.37, 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 #BB6C9C is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 156 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.27 |
| HSL | 323.54º | 0.37% | 0.58% | - |
| HSV(B) | 323.54º | 0.42% | 0.73% | - |
| XYZ | 31.86 | 23.69 | 34.35 | - |
| YUV | 137.09 | 138.67 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 156 | 0 | 0.42 | 0.17 | 0.27 | 323.54 | 0.37 | 0.58 |
| Hex | BB | 6C | 9C | 0 | 2A | 11 | 1B | 144 | 25 | 3A |
| Octal | 273 | 154 | 234 | 0 | 52 | 21 | 33 | 504 | 45 | 72 |
| Binary | 10111011 | 1101100 | 10011100 | 0 | 101010 | 10001 | 11011 | 101000100 | 100101 | 111010 |
Color Harmonies of #BB6C9C
Complementary color
Monochromatic Colors of #BB6C9C
Black with #BB6C9C
Text Example
Text Example
White with #BB6C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6C9C; }
p { color: rgb(187,108,156); }
H1.HeaderClassName
{
color: #BB6C9C;
}
.AnyTagClassName
{
color: #BB6C9C;
}
</style>
background-color css
<style>
a { background-color: #BB6C9C; }
a { background-color: rgb(187,108,156); }
div.DivClassName
{
background-color: #BB6C9C;
}
.BgClassName
{
background-color: #BB6C9C;
}
</style>
border-color css
<style>
span { border-color: #BB6C9C; }
span { border-color: rgb(187,108,156); }
td.TdClassName
{
border-color: #BB6C9C;
}
.TagClassName
{
border-color: #BB6C9C;
}
</style>