Shades of Hopbush #BF6892
Tints of Hopbush #BF6892
RGB
CMYK
RGB Variations
Color information
#BF6892 (or 0xBF6892) is known color: Hopbush. HEX triplet: BF, 68 and 92. RGB value is (191,104,146). Sum of RGB (Red+Green+Blue) = 191+104+146=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6892 is #40976D. Grayscale: #868686. Windows color (decimal): -4233070 or 9595071. OLE color: 9595071.
HSL color Cylindrical-coordinate representation of color #BF6892: hue angle of 331.03º degrees, saturation: 0.4, 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 #BF6892 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 146 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.25 |
| HSL | 331.03º | 0.4% | 0.58% | - |
| HSV(B) | 331.03º | 0.46% | 0.75% | - |
| XYZ | 31.62 | 23.05 | 29.98 | - |
| YUV | 134.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 146 | 0 | 0.46 | 0.24 | 0.25 | 331.03 | 0.4 | 0.58 |
| Hex | BF | 68 | 92 | 0 | 2E | 18 | 19 | 14B | 28 | 3A |
| Octal | 277 | 150 | 222 | 0 | 56 | 30 | 31 | 513 | 50 | 72 |
| Binary | 10111111 | 1101000 | 10010010 | 0 | 101110 | 11000 | 11001 | 101001011 | 101000 | 111010 |
Color Harmonies of #BF6892
Complementary color
Monochromatic Colors of #BF6892
Black with #BF6892
Text Example
Text Example
White with #BF6892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6892; }
p { color: rgb(191,104,146); }
H1.HeaderClassName
{
color: #BF6892;
}
.AnyTagClassName
{
color: #BF6892;
}
</style>
background-color css
<style>
a { background-color: #BF6892; }
a { background-color: rgb(191,104,146); }
div.DivClassName
{
background-color: #BF6892;
}
.BgClassName
{
background-color: #BF6892;
}
</style>
border-color css
<style>
span { border-color: #BF6892; }
span { border-color: rgb(191,104,146); }
td.TdClassName
{
border-color: #BF6892;
}
.TagClassName
{
border-color: #BF6892;
}
</style>