Shades of Hopbush #BF679B
Tints of Hopbush #BF679B
RGB
CMYK
RGB Variations
Color information
#BF679B (or 0xBF679B) is known color: Hopbush. HEX triplet: BF, 67 and 9B. RGB value is (191,103,155). Sum of RGB (Red+Green+Blue) = 191+103+155=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF679B is #409864. Grayscale: #878787. Windows color (decimal): -4233317 or 10184639. OLE color: 10184639.
HSL color Cylindrical-coordinate representation of color #BF679B: hue angle of 324.55º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF679B is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 155 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.25 |
| HSL | 324.55º | 0.41% | 0.58% | - |
| HSV(B) | 324.55º | 0.46% | 0.75% | - |
| XYZ | 32.25 | 23.14 | 33.78 | - |
| YUV | 135.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 155 | 0 | 0.46 | 0.19 | 0.25 | 324.55 | 0.41 | 0.58 |
| Hex | BF | 67 | 9B | 0 | 2E | 13 | 19 | 145 | 29 | 3A |
| Octal | 277 | 147 | 233 | 0 | 56 | 23 | 31 | 505 | 51 | 72 |
| Binary | 10111111 | 1100111 | 10011011 | 0 | 101110 | 10011 | 11001 | 101000101 | 101001 | 111010 |
Color Harmonies of #BF679B
Complementary color
Monochromatic Colors of #BF679B
Black with #BF679B
Text Example
Text Example
White with #BF679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF679B; }
p { color: rgb(191,103,155); }
H1.HeaderClassName
{
color: #BF679B;
}
.AnyTagClassName
{
color: #BF679B;
}
</style>
background-color css
<style>
a { background-color: #BF679B; }
a { background-color: rgb(191,103,155); }
div.DivClassName
{
background-color: #BF679B;
}
.BgClassName
{
background-color: #BF679B;
}
</style>
border-color css
<style>
span { border-color: #BF679B; }
span { border-color: rgb(191,103,155); }
td.TdClassName
{
border-color: #BF679B;
}
.TagClassName
{
border-color: #BF679B;
}
</style>