Shades of Hopbush #BF6890
Tints of Hopbush #BF6890
RGB
CMYK
RGB Variations
Color information
#BF6890 (or 0xBF6890) is known color: Hopbush. HEX triplet: BF, 68 and 90. RGB value is (191,104,144). Sum of RGB (Red+Green+Blue) = 191+104+144=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6890 is #40976F. Grayscale: #868686. Windows color (decimal): -4233072 or 9463999. OLE color: 9463999.
HSL color Cylindrical-coordinate representation of color #BF6890: hue angle of 332.41º 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 #BF6890 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 144 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.25 |
| HSL | 332.41º | 0.4% | 0.58% | - |
| HSV(B) | 332.41º | 0.46% | 0.75% | - |
| XYZ | 31.47 | 22.99 | 29.16 | - |
| YUV | 134.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 144 | 0 | 0.46 | 0.25 | 0.25 | 332.41 | 0.4 | 0.58 |
| Hex | BF | 68 | 90 | 0 | 2E | 19 | 19 | 14C | 28 | 3A |
| Octal | 277 | 150 | 220 | 0 | 56 | 31 | 31 | 514 | 50 | 72 |
| Binary | 10111111 | 1101000 | 10010000 | 0 | 101110 | 11001 | 11001 | 101001100 | 101000 | 111010 |
Color Harmonies of #BF6890
Complementary color
Monochromatic Colors of #BF6890
Black with #BF6890
Text Example
Text Example
White with #BF6890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6890; }
p { color: rgb(191,104,144); }
H1.HeaderClassName
{
color: #BF6890;
}
.AnyTagClassName
{
color: #BF6890;
}
</style>
background-color css
<style>
a { background-color: #BF6890; }
a { background-color: rgb(191,104,144); }
div.DivClassName
{
background-color: #BF6890;
}
.BgClassName
{
background-color: #BF6890;
}
</style>
border-color css
<style>
span { border-color: #BF6890; }
span { border-color: rgb(191,104,144); }
td.TdClassName
{
border-color: #BF6890;
}
.TagClassName
{
border-color: #BF6890;
}
</style>