Shades of Hopbush #BF6D9D
Tints of Hopbush #BF6D9D
RGB
CMYK
RGB Variations
Color information
#BF6D9D (or 0xBF6D9D) is known color: Hopbush. HEX triplet: BF, 6D and 9D. RGB value is (191,109,157). Sum of RGB (Red+Green+Blue) = 191+109+157=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6D9D is #409262. Grayscale: #8A8A8A. Windows color (decimal): -4231779 or 10317247. OLE color: 10317247.
HSL color Cylindrical-coordinate representation of color #BF6D9D: hue angle of 324.88º 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 #BF6D9D is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 157 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.25 |
| HSL | 324.88º | 0.39% | 0.59% | - |
| HSV(B) | 324.88º | 0.43% | 0.75% | - |
| XYZ | 33.04 | 24.45 | 34.88 | - |
| YUV | 138.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 157 | 0 | 0.43 | 0.18 | 0.25 | 324.88 | 0.39 | 0.59 |
| Hex | BF | 6D | 9D | 0 | 2B | 12 | 19 | 145 | 27 | 3B |
| Octal | 277 | 155 | 235 | 0 | 53 | 22 | 31 | 505 | 47 | 73 |
| Binary | 10111111 | 1101101 | 10011101 | 0 | 101011 | 10010 | 11001 | 101000101 | 100111 | 111011 |
Color Harmonies of #BF6D9D
Complementary color
Monochromatic Colors of #BF6D9D
Black with #BF6D9D
Text Example
Text Example
White with #BF6D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D9D; }
p { color: rgb(191,109,157); }
H1.HeaderClassName
{
color: #BF6D9D;
}
.AnyTagClassName
{
color: #BF6D9D;
}
</style>
background-color css
<style>
a { background-color: #BF6D9D; }
a { background-color: rgb(191,109,157); }
div.DivClassName
{
background-color: #BF6D9D;
}
.BgClassName
{
background-color: #BF6D9D;
}
</style>
border-color css
<style>
span { border-color: #BF6D9D; }
span { border-color: rgb(191,109,157); }
td.TdClassName
{
border-color: #BF6D9D;
}
.TagClassName
{
border-color: #BF6D9D;
}
</style>