Shades of Hopbush #BF6C9B
Tints of Hopbush #BF6C9B
RGB
CMYK
RGB Variations
Color information
#BF6C9B (or 0xBF6C9B) is known color: Hopbush. HEX triplet: BF, 6C and 9B. RGB value is (191,108,155). Sum of RGB (Red+Green+Blue) = 191+108+155=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6C9B is #409364. Grayscale: #8A8A8A. Windows color (decimal): -4232037 or 10185919. OLE color: 10185919.
HSL color Cylindrical-coordinate representation of color #BF6C9B: hue angle of 326.02º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6C9B is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 155 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.25 |
| HSL | 326.02º | 0.39% | 0.59% | - |
| HSV(B) | 326.02º | 0.43% | 0.75% | - |
| XYZ | 32.76 | 24.17 | 33.95 | - |
| YUV | 138.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 155 | 0 | 0.43 | 0.19 | 0.25 | 326.02 | 0.39 | 0.59 |
| Hex | BF | 6C | 9B | 0 | 2B | 13 | 19 | 146 | 27 | 3B |
| Octal | 277 | 154 | 233 | 0 | 53 | 23 | 31 | 506 | 47 | 73 |
| Binary | 10111111 | 1101100 | 10011011 | 0 | 101011 | 10011 | 11001 | 101000110 | 100111 | 111011 |
Color Harmonies of #BF6C9B
Complementary color
Monochromatic Colors of #BF6C9B
Black with #BF6C9B
Text Example
Text Example
White with #BF6C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6C9B; }
p { color: rgb(191,108,155); }
H1.HeaderClassName
{
color: #BF6C9B;
}
.AnyTagClassName
{
color: #BF6C9B;
}
</style>
background-color css
<style>
a { background-color: #BF6C9B; }
a { background-color: rgb(191,108,155); }
div.DivClassName
{
background-color: #BF6C9B;
}
.BgClassName
{
background-color: #BF6C9B;
}
</style>
border-color css
<style>
span { border-color: #BF6C9B; }
span { border-color: rgb(191,108,155); }
td.TdClassName
{
border-color: #BF6C9B;
}
.TagClassName
{
border-color: #BF6C9B;
}
</style>