Shades of Hopbush #BF6497
Tints of Hopbush #BF6497
RGB
CMYK
RGB Variations
Color information
#BF6497 (or 0xBF6497) is known color: Hopbush. HEX triplet: BF, 64 and 97. RGB value is (191,100,151). Sum of RGB (Red+Green+Blue) = 191+100+151=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6497 is #409B68. Grayscale: #848484. Windows color (decimal): -4234089 or 9921727. OLE color: 9921727.
HSL color Cylindrical-coordinate representation of color #BF6497: hue angle of 326.37º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6497 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 151 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.25 |
| HSL | 326.37º | 0.42% | 0.57% | - |
| HSV(B) | 326.37º | 0.48% | 0.75% | - |
| XYZ | 31.63 | 22.43 | 31.94 | - |
| YUV | 133.02 | 138.15 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 151 | 0 | 0.48 | 0.21 | 0.25 | 326.37 | 0.42 | 0.57 |
| Hex | BF | 64 | 97 | 0 | 30 | 15 | 19 | 146 | 2A | 39 |
| Octal | 277 | 144 | 227 | 0 | 60 | 25 | 31 | 506 | 52 | 71 |
| Binary | 10111111 | 1100100 | 10010111 | 0 | 110000 | 10101 | 11001 | 101000110 | 101010 | 111001 |
Color Harmonies of #BF6497
Complementary color
Monochromatic Colors of #BF6497
Black with #BF6497
Text Example
Text Example
White with #BF6497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6497; }
p { color: rgb(191,100,151); }
H1.HeaderClassName
{
color: #BF6497;
}
.AnyTagClassName
{
color: #BF6497;
}
</style>
background-color css
<style>
a { background-color: #BF6497; }
a { background-color: rgb(191,100,151); }
div.DivClassName
{
background-color: #BF6497;
}
.BgClassName
{
background-color: #BF6497;
}
</style>
border-color css
<style>
span { border-color: #BF6497; }
span { border-color: rgb(191,100,151); }
td.TdClassName
{
border-color: #BF6497;
}
.TagClassName
{
border-color: #BF6497;
}
</style>