Shades of Hopbush #BF648E
Tints of Hopbush #BF648E
RGB
CMYK
RGB Variations
Color information
#BF648E (or 0xBF648E) is known color: Hopbush. HEX triplet: BF, 64 and 8E. RGB value is (191,100,142). Sum of RGB (Red+Green+Blue) = 191+100+142=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF648E is #409B71. Grayscale: #838383. Windows color (decimal): -4234098 or 9331903. OLE color: 9331903.
HSL color Cylindrical-coordinate representation of color #BF648E: hue angle of 332.31º 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 #BF648E is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 142 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.25 |
| HSL | 332.31º | 0.42% | 0.57% | - |
| HSV(B) | 332.31º | 0.48% | 0.75% | - |
| XYZ | 30.93 | 22.14 | 28.24 | - |
| YUV | 132 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 142 | 0 | 0.48 | 0.26 | 0.25 | 332.31 | 0.42 | 0.57 |
| Hex | BF | 64 | 8E | 0 | 30 | 1A | 19 | 14C | 2A | 39 |
| Octal | 277 | 144 | 216 | 0 | 60 | 32 | 31 | 514 | 52 | 71 |
| Binary | 10111111 | 1100100 | 10001110 | 0 | 110000 | 11010 | 11001 | 101001100 | 101010 | 111001 |
Color Harmonies of #BF648E
Complementary color
Monochromatic Colors of #BF648E
Black with #BF648E
Text Example
Text Example
White with #BF648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF648E; }
p { color: rgb(191,100,142); }
H1.HeaderClassName
{
color: #BF648E;
}
.AnyTagClassName
{
color: #BF648E;
}
</style>
background-color css
<style>
a { background-color: #BF648E; }
a { background-color: rgb(191,100,142); }
div.DivClassName
{
background-color: #BF648E;
}
.BgClassName
{
background-color: #BF648E;
}
</style>
border-color css
<style>
span { border-color: #BF648E; }
span { border-color: rgb(191,100,142); }
td.TdClassName
{
border-color: #BF648E;
}
.TagClassName
{
border-color: #BF648E;
}
</style>