Shades of Hopbush #BF6C8D
Tints of Hopbush #BF6C8D
RGB
CMYK
RGB Variations
Color information
#BF6C8D (or 0xBF6C8D) is known color: Hopbush. HEX triplet: BF, 6C and 8D. RGB value is (191,108,141). Sum of RGB (Red+Green+Blue) = 191+108+141=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6C8D is #409372. Grayscale: #888888. Windows color (decimal): -4232051 or 9268415. OLE color: 9268415.
HSL color Cylindrical-coordinate representation of color #BF6C8D: hue angle of 336.14º 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 #BF6C8D is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 141 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.25 |
| HSL | 336.14º | 0.39% | 0.59% | - |
| HSV(B) | 336.14º | 0.43% | 0.75% | - |
| XYZ | 31.66 | 23.72 | 28.11 | - |
| YUV | 136.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 141 | 0 | 0.43 | 0.26 | 0.25 | 336.14 | 0.39 | 0.59 |
| Hex | BF | 6C | 8D | 0 | 2B | 1A | 19 | 150 | 27 | 3B |
| Octal | 277 | 154 | 215 | 0 | 53 | 32 | 31 | 520 | 47 | 73 |
| Binary | 10111111 | 1101100 | 10001101 | 0 | 101011 | 11010 | 11001 | 101010000 | 100111 | 111011 |
Color Harmonies of #BF6C8D
Complementary color
Monochromatic Colors of #BF6C8D
Black with #BF6C8D
Text Example
Text Example
White with #BF6C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6C8D; }
p { color: rgb(191,108,141); }
H1.HeaderClassName
{
color: #BF6C8D;
}
.AnyTagClassName
{
color: #BF6C8D;
}
</style>
background-color css
<style>
a { background-color: #BF6C8D; }
a { background-color: rgb(191,108,141); }
div.DivClassName
{
background-color: #BF6C8D;
}
.BgClassName
{
background-color: #BF6C8D;
}
</style>
border-color css
<style>
span { border-color: #BF6C8D; }
span { border-color: rgb(191,108,141); }
td.TdClassName
{
border-color: #BF6C8D;
}
.TagClassName
{
border-color: #BF6C8D;
}
</style>