Shades of Hopbush #BF6BA6
Tints of Hopbush #BF6BA6
RGB
CMYK
RGB Variations
Color information
#BF6BA6 (or 0xBF6BA6) is known color: Hopbush. HEX triplet: BF, 6B and A6. RGB value is (191,107,166). Sum of RGB (Red+Green+Blue) = 191+107+166=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BA6 is #409459. Grayscale: #8A8A8A. Windows color (decimal): -4232282 or 10906559. OLE color: 10906559.
HSL color Cylindrical-coordinate representation of color #BF6BA6: hue angle of 317.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6BA6 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 107 | 166 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.25 |
| HSL | 317.86º | 0.4% | 0.58% | - |
| HSV(B) | 317.86º | 0.44% | 0.75% | - |
| XYZ | 33.63 | 24.34 | 39 | - |
| YUV | 138.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 166 | 0 | 0.44 | 0.13 | 0.25 | 317.86 | 0.4 | 0.58 |
| Hex | BF | 6B | A6 | 0 | 2C | D | 19 | 13E | 28 | 3A |
| Octal | 277 | 153 | 246 | 0 | 54 | 15 | 31 | 476 | 50 | 72 |
| Binary | 10111111 | 1101011 | 10100110 | 0 | 101100 | 1101 | 11001 | 100111110 | 101000 | 111010 |
Color Harmonies of #BF6BA6
Complementary color
Monochromatic Colors of #BF6BA6
Black with #BF6BA6
Text Example
Text Example
White with #BF6BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6BA6; }
p { color: rgb(191,107,166); }
H1.HeaderClassName
{
color: #BF6BA6;
}
.AnyTagClassName
{
color: #BF6BA6;
}
</style>
background-color css
<style>
a { background-color: #BF6BA6; }
a { background-color: rgb(191,107,166); }
div.DivClassName
{
background-color: #BF6BA6;
}
.BgClassName
{
background-color: #BF6BA6;
}
</style>
border-color css
<style>
span { border-color: #BF6BA6; }
span { border-color: rgb(191,107,166); }
td.TdClassName
{
border-color: #BF6BA6;
}
.TagClassName
{
border-color: #BF6BA6;
}
</style>