Shades of Hopbush #BF669F
Tints of Hopbush #BF669F
RGB
CMYK
RGB Variations
Color information
#BF669F (or 0xBF669F) is known color: Hopbush. HEX triplet: BF, 66 and 9F. RGB value is (191,102,159). Sum of RGB (Red+Green+Blue) = 191+102+159=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF669F is #409960. Grayscale: #868686. Windows color (decimal): -4233569 or 10446527. OLE color: 10446527.
HSL color Cylindrical-coordinate representation of color #BF669F: hue angle of 321.57º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF669F is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 159 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.25 |
| HSL | 321.57º | 0.41% | 0.57% | - |
| HSV(B) | 321.57º | 0.47% | 0.75% | - |
| XYZ | 32.5 | 23.08 | 35.54 | - |
| YUV | 135.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 159 | 0 | 0.47 | 0.17 | 0.25 | 321.57 | 0.41 | 0.57 |
| Hex | BF | 66 | 9F | 0 | 2F | 11 | 19 | 142 | 29 | 39 |
| Octal | 277 | 146 | 237 | 0 | 57 | 21 | 31 | 502 | 51 | 71 |
| Binary | 10111111 | 1100110 | 10011111 | 0 | 101111 | 10001 | 11001 | 101000010 | 101001 | 111001 |
Color Harmonies of #BF669F
Complementary color
Monochromatic Colors of #BF669F
Black with #BF669F
Text Example
Text Example
White with #BF669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF669F; }
p { color: rgb(191,102,159); }
H1.HeaderClassName
{
color: #BF669F;
}
.AnyTagClassName
{
color: #BF669F;
}
</style>
background-color css
<style>
a { background-color: #BF669F; }
a { background-color: rgb(191,102,159); }
div.DivClassName
{
background-color: #BF669F;
}
.BgClassName
{
background-color: #BF669F;
}
</style>
border-color css
<style>
span { border-color: #BF669F; }
span { border-color: rgb(191,102,159); }
td.TdClassName
{
border-color: #BF669F;
}
.TagClassName
{
border-color: #BF669F;
}
</style>