Shades of Hopbush #BF649B
Tints of Hopbush #BF649B
RGB
CMYK
RGB Variations
Color information
#BF649B (or 0xBF649B) is known color: Hopbush. HEX triplet: BF, 64 and 9B. RGB value is (191,100,155). Sum of RGB (Red+Green+Blue) = 191+100+155=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF649B is #409B64. Grayscale: #858585. Windows color (decimal): -4234085 or 10183871. OLE color: 10183871.
HSL color Cylindrical-coordinate representation of color #BF649B: hue angle of 323.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF649B is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 155 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.25 |
| HSL | 323.74º | 0.42% | 0.57% | - |
| HSV(B) | 323.74º | 0.48% | 0.75% | - |
| XYZ | 31.96 | 22.56 | 33.68 | - |
| YUV | 133.48 | 140.15 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 155 | 0 | 0.48 | 0.19 | 0.25 | 323.74 | 0.42 | 0.57 |
| Hex | BF | 64 | 9B | 0 | 30 | 13 | 19 | 144 | 2A | 39 |
| Octal | 277 | 144 | 233 | 0 | 60 | 23 | 31 | 504 | 52 | 71 |
| Binary | 10111111 | 1100100 | 10011011 | 0 | 110000 | 10011 | 11001 | 101000100 | 101010 | 111001 |
Color Harmonies of #BF649B
Complementary color
Monochromatic Colors of #BF649B
Black with #BF649B
Text Example
Text Example
White with #BF649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF649B; }
p { color: rgb(191,100,155); }
H1.HeaderClassName
{
color: #BF649B;
}
.AnyTagClassName
{
color: #BF649B;
}
</style>
background-color css
<style>
a { background-color: #BF649B; }
a { background-color: rgb(191,100,155); }
div.DivClassName
{
background-color: #BF649B;
}
.BgClassName
{
background-color: #BF649B;
}
</style>
border-color css
<style>
span { border-color: #BF649B; }
span { border-color: rgb(191,100,155); }
td.TdClassName
{
border-color: #BF649B;
}
.TagClassName
{
border-color: #BF649B;
}
</style>