Shades of Hopbush #BF68A0
Tints of Hopbush #BF68A0
RGB
CMYK
RGB Variations
Color information
#BF68A0 (or 0xBF68A0) is known color: Hopbush. HEX triplet: BF, 68 and A0. RGB value is (191,104,160). Sum of RGB (Red+Green+Blue) = 191+104+160=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF68A0 is #40975F. Grayscale: #888888. Windows color (decimal): -4233056 or 10512575. OLE color: 10512575.
HSL color Cylindrical-coordinate representation of color #BF68A0: hue angle of 321.38º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF68A0 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 160 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.25 |
| HSL | 321.38º | 0.4% | 0.58% | - |
| HSV(B) | 321.38º | 0.46% | 0.75% | - |
| XYZ | 32.78 | 23.52 | 36.07 | - |
| YUV | 136.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 160 | 0 | 0.46 | 0.16 | 0.25 | 321.38 | 0.4 | 0.58 |
| Hex | BF | 68 | A0 | 0 | 2E | 10 | 19 | 141 | 28 | 3A |
| Octal | 277 | 150 | 240 | 0 | 56 | 20 | 31 | 501 | 50 | 72 |
| Binary | 10111111 | 1101000 | 10100000 | 0 | 101110 | 10000 | 11001 | 101000001 | 101000 | 111010 |
Color Harmonies of #BF68A0
Complementary color
Monochromatic Colors of #BF68A0
Black with #BF68A0
Text Example
Text Example
White with #BF68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68A0; }
p { color: rgb(191,104,160); }
H1.HeaderClassName
{
color: #BF68A0;
}
.AnyTagClassName
{
color: #BF68A0;
}
</style>
background-color css
<style>
a { background-color: #BF68A0; }
a { background-color: rgb(191,104,160); }
div.DivClassName
{
background-color: #BF68A0;
}
.BgClassName
{
background-color: #BF68A0;
}
</style>
border-color css
<style>
span { border-color: #BF68A0; }
span { border-color: rgb(191,104,160); }
td.TdClassName
{
border-color: #BF68A0;
}
.TagClassName
{
border-color: #BF68A0;
}
</style>