Shades of Hopbush #BF679C
Tints of Hopbush #BF679C
RGB
CMYK
RGB Variations
Color information
#BF679C (or 0xBF679C) is known color: Hopbush. HEX triplet: BF, 67 and 9C. RGB value is (191,103,156). Sum of RGB (Red+Green+Blue) = 191+103+156=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF679C is #409863. Grayscale: #878787. Windows color (decimal): -4233316 or 10250175. OLE color: 10250175.
HSL color Cylindrical-coordinate representation of color #BF679C: hue angle of 323.86º 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 #BF679C is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 156 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.25 |
| HSL | 323.86º | 0.41% | 0.58% | - |
| HSV(B) | 323.86º | 0.46% | 0.75% | - |
| XYZ | 32.34 | 23.18 | 34.22 | - |
| YUV | 135.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 156 | 0 | 0.46 | 0.18 | 0.25 | 323.86 | 0.41 | 0.58 |
| Hex | BF | 67 | 9C | 0 | 2E | 12 | 19 | 144 | 29 | 3A |
| Octal | 277 | 147 | 234 | 0 | 56 | 22 | 31 | 504 | 51 | 72 |
| Binary | 10111111 | 1100111 | 10011100 | 0 | 101110 | 10010 | 11001 | 101000100 | 101001 | 111010 |
Color Harmonies of #BF679C
Complementary color
Monochromatic Colors of #BF679C
Black with #BF679C
Text Example
Text Example
White with #BF679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF679C; }
p { color: rgb(191,103,156); }
H1.HeaderClassName
{
color: #BF679C;
}
.AnyTagClassName
{
color: #BF679C;
}
</style>
background-color css
<style>
a { background-color: #BF679C; }
a { background-color: rgb(191,103,156); }
div.DivClassName
{
background-color: #BF679C;
}
.BgClassName
{
background-color: #BF679C;
}
</style>
border-color css
<style>
span { border-color: #BF679C; }
span { border-color: rgb(191,103,156); }
td.TdClassName
{
border-color: #BF679C;
}
.TagClassName
{
border-color: #BF679C;
}
</style>