Shades of Hopbush #BF719D
Tints of Hopbush #BF719D
RGB
CMYK
RGB Variations
Color information
#BF719D (or 0xBF719D) is known color: Hopbush. HEX triplet: BF, 71 and 9D. RGB value is (191,113,157). Sum of RGB (Red+Green+Blue) = 191+113+157=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF719D is #408E62. Grayscale: #8D8D8D. Windows color (decimal): -4230755 or 10318271. OLE color: 10318271.
HSL color Cylindrical-coordinate representation of color #BF719D: hue angle of 326.15º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF719D is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 157 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.25 |
| HSL | 326.15º | 0.38% | 0.6% | - |
| HSV(B) | 326.15º | 0.41% | 0.75% | - |
| XYZ | 33.48 | 25.32 | 35.02 | - |
| YUV | 141.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 157 | 0 | 0.41 | 0.18 | 0.25 | 326.15 | 0.38 | 0.6 |
| Hex | BF | 71 | 9D | 0 | 29 | 12 | 19 | 146 | 26 | 3C |
| Octal | 277 | 161 | 235 | 0 | 51 | 22 | 31 | 506 | 46 | 74 |
| Binary | 10111111 | 1110001 | 10011101 | 0 | 101001 | 10010 | 11001 | 101000110 | 100110 | 111100 |
Color Harmonies of #BF719D
Complementary color
Monochromatic Colors of #BF719D
Black with #BF719D
Text Example
Text Example
White with #BF719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF719D; }
p { color: rgb(191,113,157); }
H1.HeaderClassName
{
color: #BF719D;
}
.AnyTagClassName
{
color: #BF719D;
}
</style>
background-color css
<style>
a { background-color: #BF719D; }
a { background-color: rgb(191,113,157); }
div.DivClassName
{
background-color: #BF719D;
}
.BgClassName
{
background-color: #BF719D;
}
</style>
border-color css
<style>
span { border-color: #BF719D; }
span { border-color: rgb(191,113,157); }
td.TdClassName
{
border-color: #BF719D;
}
.TagClassName
{
border-color: #BF719D;
}
</style>