Shades of Hopbush #BF6090
Tints of Hopbush #BF6090
RGB
CMYK
RGB Variations
Color information
#BF6090 (or 0xBF6090) is known color: Hopbush. HEX triplet: BF, 60 and 90. RGB value is (191,96,144). Sum of RGB (Red+Green+Blue) = 191+96+144=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6090 is #409F6F. Grayscale: #818181. Windows color (decimal): -4235120 or 9461951. OLE color: 9461951.
HSL color Cylindrical-coordinate representation of color #BF6090: hue angle of 329.68º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6090 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 144 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.25 |
| HSL | 329.68º | 0.43% | 0.56% | - |
| HSV(B) | 329.68º | 0.5% | 0.75% | - |
| XYZ | 30.7 | 21.46 | 28.91 | - |
| YUV | 129.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 144 | 0 | 0.50 | 0.25 | 0.25 | 329.68 | 0.43 | 0.56 |
| Hex | BF | 60 | 90 | 0 | 32 | 19 | 19 | 14A | 2B | 38 |
| Octal | 277 | 140 | 220 | 0 | 62 | 31 | 31 | 512 | 53 | 70 |
| Binary | 10111111 | 1100000 | 10010000 | 0 | 110010 | 11001 | 11001 | 101001010 | 101011 | 111000 |
Color Harmonies of #BF6090
Complementary color
Monochromatic Colors of #BF6090
Black with #BF6090
Text Example
Text Example
White with #BF6090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6090; }
p { color: rgb(191,96,144); }
H1.HeaderClassName
{
color: #BF6090;
}
.AnyTagClassName
{
color: #BF6090;
}
</style>
background-color css
<style>
a { background-color: #BF6090; }
a { background-color: rgb(191,96,144); }
div.DivClassName
{
background-color: #BF6090;
}
.BgClassName
{
background-color: #BF6090;
}
</style>
border-color css
<style>
span { border-color: #BF6090; }
span { border-color: rgb(191,96,144); }
td.TdClassName
{
border-color: #BF6090;
}
.TagClassName
{
border-color: #BF6090;
}
</style>