Shades of Hopbush #BF619F
Tints of Hopbush #BF619F
RGB
CMYK
RGB Variations
Color information
#BF619F (or 0xBF619F) is known color: Hopbush. HEX triplet: BF, 61 and 9F. RGB value is (191,97,159). Sum of RGB (Red+Green+Blue) = 191+97+159=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF619F is #409E60. Grayscale: #848484. Windows color (decimal): -4234849 or 10445247. OLE color: 10445247.
HSL color Cylindrical-coordinate representation of color #BF619F: hue angle of 320.43º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF619F is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 159 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.25 |
| HSL | 320.43º | 0.42% | 0.56% | - |
| HSV(B) | 320.43º | 0.49% | 0.75% | - |
| XYZ | 32.02 | 22.13 | 35.38 | - |
| YUV | 132.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 159 | 0 | 0.49 | 0.17 | 0.25 | 320.43 | 0.42 | 0.56 |
| Hex | BF | 61 | 9F | 0 | 31 | 11 | 19 | 140 | 2A | 38 |
| Octal | 277 | 141 | 237 | 0 | 61 | 21 | 31 | 500 | 52 | 70 |
| Binary | 10111111 | 1100001 | 10011111 | 0 | 110001 | 10001 | 11001 | 101000000 | 101010 | 111000 |
Color Harmonies of #BF619F
Complementary color
Monochromatic Colors of #BF619F
Black with #BF619F
Text Example
Text Example
White with #BF619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF619F; }
p { color: rgb(191,97,159); }
H1.HeaderClassName
{
color: #BF619F;
}
.AnyTagClassName
{
color: #BF619F;
}
</style>
background-color css
<style>
a { background-color: #BF619F; }
a { background-color: rgb(191,97,159); }
div.DivClassName
{
background-color: #BF619F;
}
.BgClassName
{
background-color: #BF619F;
}
</style>
border-color css
<style>
span { border-color: #BF619F; }
span { border-color: rgb(191,97,159); }
td.TdClassName
{
border-color: #BF619F;
}
.TagClassName
{
border-color: #BF619F;
}
</style>