Shades of Hopbush #BF649C
Tints of Hopbush #BF649C
RGB
CMYK
RGB Variations
Color information
#BF649C (or 0xBF649C) is known color: Hopbush. HEX triplet: BF, 64 and 9C. RGB value is (191,100,156). Sum of RGB (Red+Green+Blue) = 191+100+156=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF649C is #409B63. Grayscale: #858585. Windows color (decimal): -4234084 or 10249407. OLE color: 10249407.
HSL color Cylindrical-coordinate representation of color #BF649C: hue angle of 323.08º 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 #BF649C is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 156 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.25 |
| HSL | 323.08º | 0.42% | 0.57% | - |
| HSV(B) | 323.08º | 0.48% | 0.75% | - |
| XYZ | 32.04 | 22.59 | 34.12 | - |
| YUV | 133.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 156 | 0 | 0.48 | 0.18 | 0.25 | 323.08 | 0.42 | 0.57 |
| Hex | BF | 64 | 9C | 0 | 30 | 12 | 19 | 143 | 2A | 39 |
| Octal | 277 | 144 | 234 | 0 | 60 | 22 | 31 | 503 | 52 | 71 |
| Binary | 10111111 | 1100100 | 10011100 | 0 | 110000 | 10010 | 11001 | 101000011 | 101010 | 111001 |
Color Harmonies of #BF649C
Complementary color
Monochromatic Colors of #BF649C
Black with #BF649C
Text Example
Text Example
White with #BF649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF649C; }
p { color: rgb(191,100,156); }
H1.HeaderClassName
{
color: #BF649C;
}
.AnyTagClassName
{
color: #BF649C;
}
</style>
background-color css
<style>
a { background-color: #BF649C; }
a { background-color: rgb(191,100,156); }
div.DivClassName
{
background-color: #BF649C;
}
.BgClassName
{
background-color: #BF649C;
}
</style>
border-color css
<style>
span { border-color: #BF649C; }
span { border-color: rgb(191,100,156); }
td.TdClassName
{
border-color: #BF649C;
}
.TagClassName
{
border-color: #BF649C;
}
</style>