Shades of Hopbush #BF6898
Tints of Hopbush #BF6898
RGB
CMYK
RGB Variations
Color information
#BF6898 (or 0xBF6898) is known color: Hopbush. HEX triplet: BF, 68 and 98. RGB value is (191,104,152). Sum of RGB (Red+Green+Blue) = 191+104+152=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6898 is #409767. Grayscale: #878787. Windows color (decimal): -4233064 or 9988287. OLE color: 9988287.
HSL color Cylindrical-coordinate representation of color #BF6898: hue angle of 326.9º 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 #BF6898 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 152 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.25 |
| HSL | 326.9º | 0.4% | 0.58% | - |
| HSV(B) | 326.9º | 0.46% | 0.75% | - |
| XYZ | 32.1 | 23.24 | 32.5 | - |
| YUV | 135.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 152 | 0 | 0.46 | 0.20 | 0.25 | 326.9 | 0.4 | 0.58 |
| Hex | BF | 68 | 98 | 0 | 2E | 14 | 19 | 147 | 28 | 3A |
| Octal | 277 | 150 | 230 | 0 | 56 | 24 | 31 | 507 | 50 | 72 |
| Binary | 10111111 | 1101000 | 10011000 | 0 | 101110 | 10100 | 11001 | 101000111 | 101000 | 111010 |
Color Harmonies of #BF6898
Complementary color
Monochromatic Colors of #BF6898
Black with #BF6898
Text Example
Text Example
White with #BF6898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6898; }
p { color: rgb(191,104,152); }
H1.HeaderClassName
{
color: #BF6898;
}
.AnyTagClassName
{
color: #BF6898;
}
</style>
background-color css
<style>
a { background-color: #BF6898; }
a { background-color: rgb(191,104,152); }
div.DivClassName
{
background-color: #BF6898;
}
.BgClassName
{
background-color: #BF6898;
}
</style>
border-color css
<style>
span { border-color: #BF6898; }
span { border-color: rgb(191,104,152); }
td.TdClassName
{
border-color: #BF6898;
}
.TagClassName
{
border-color: #BF6898;
}
</style>