Shades of Hopbush #BB649F
Tints of Hopbush #BB649F
RGB
CMYK
RGB Variations
Color information
#BB649F (or 0xBB649F) is known color: Hopbush. HEX triplet: BB, 64 and 9F. RGB value is (187,100,159). Sum of RGB (Red+Green+Blue) = 187+100+159=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB649F is #449B60. Grayscale: #848484. Windows color (decimal): -4496225 or 10446011. OLE color: 10446011.
HSL color Cylindrical-coordinate representation of color #BB649F: hue angle of 319.31º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB649F is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 159 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.27 |
| HSL | 319.31º | 0.39% | 0.56% | - |
| HSV(B) | 319.31º | 0.47% | 0.73% | - |
| XYZ | 31.31 | 22.18 | 35.43 | - |
| YUV | 132.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 159 | 0 | 0.47 | 0.15 | 0.27 | 319.31 | 0.39 | 0.56 |
| Hex | BB | 64 | 9F | 0 | 2F | F | 1B | 13F | 27 | 38 |
| Octal | 273 | 144 | 237 | 0 | 57 | 17 | 33 | 477 | 47 | 70 |
| Binary | 10111011 | 1100100 | 10011111 | 0 | 101111 | 1111 | 11011 | 100111111 | 100111 | 111000 |
Color Harmonies of #BB649F
Complementary color
Monochromatic Colors of #BB649F
Black with #BB649F
Text Example
Text Example
White with #BB649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB649F; }
p { color: rgb(187,100,159); }
H1.HeaderClassName
{
color: #BB649F;
}
.AnyTagClassName
{
color: #BB649F;
}
</style>
background-color css
<style>
a { background-color: #BB649F; }
a { background-color: rgb(187,100,159); }
div.DivClassName
{
background-color: #BB649F;
}
.BgClassName
{
background-color: #BB649F;
}
</style>
border-color css
<style>
span { border-color: #BB649F; }
span { border-color: rgb(187,100,159); }
td.TdClassName
{
border-color: #BB649F;
}
.TagClassName
{
border-color: #BB649F;
}
</style>