Shades of Hopbush #BF659D
Tints of Hopbush #BF659D
RGB
CMYK
RGB Variations
Color information
#BF659D (or 0xBF659D) is known color: Hopbush. HEX triplet: BF, 65 and 9D. RGB value is (191,101,157). Sum of RGB (Red+Green+Blue) = 191+101+157=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF659D is #409A62. Grayscale: #868686. Windows color (decimal): -4233827 or 10315199. OLE color: 10315199.
HSL color Cylindrical-coordinate representation of color #BF659D: hue angle of 322.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF659D is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 157 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.25 |
| HSL | 322.67º | 0.41% | 0.57% | - |
| HSV(B) | 322.67º | 0.47% | 0.75% | - |
| XYZ | 32.23 | 22.82 | 34.6 | - |
| YUV | 134.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 157 | 0 | 0.47 | 0.18 | 0.25 | 322.67 | 0.41 | 0.57 |
| Hex | BF | 65 | 9D | 0 | 2F | 12 | 19 | 143 | 29 | 39 |
| Octal | 277 | 145 | 235 | 0 | 57 | 22 | 31 | 503 | 51 | 71 |
| Binary | 10111111 | 1100101 | 10011101 | 0 | 101111 | 10010 | 11001 | 101000011 | 101001 | 111001 |
Color Harmonies of #BF659D
Complementary color
Monochromatic Colors of #BF659D
Black with #BF659D
Text Example
Text Example
White with #BF659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF659D; }
p { color: rgb(191,101,157); }
H1.HeaderClassName
{
color: #BF659D;
}
.AnyTagClassName
{
color: #BF659D;
}
</style>
background-color css
<style>
a { background-color: #BF659D; }
a { background-color: rgb(191,101,157); }
div.DivClassName
{
background-color: #BF659D;
}
.BgClassName
{
background-color: #BF659D;
}
</style>
border-color css
<style>
span { border-color: #BF659D; }
span { border-color: rgb(191,101,157); }
td.TdClassName
{
border-color: #BF659D;
}
.TagClassName
{
border-color: #BF659D;
}
</style>