Shades of Hopbush #BF68A2
Tints of Hopbush #BF68A2
RGB
CMYK
RGB Variations
Color information
#BF68A2 (or 0xBF68A2) is known color: Hopbush. HEX triplet: BF, 68 and A2. RGB value is (191,104,162). Sum of RGB (Red+Green+Blue) = 191+104+162=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF68A2 is #40975D. Grayscale: #888888. Windows color (decimal): -4233054 or 10643647. OLE color: 10643647.
HSL color Cylindrical-coordinate representation of color #BF68A2: hue angle of 320º 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 #BF68A2 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 162 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.25 |
| HSL | 320º | 0.4% | 0.58% | - |
| HSV(B) | 320º | 0.46% | 0.75% | - |
| XYZ | 32.96 | 23.59 | 37 | - |
| YUV | 136.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 162 | 0 | 0.46 | 0.15 | 0.25 | 320 | 0.4 | 0.58 |
| Hex | BF | 68 | A2 | 0 | 2E | F | 19 | 140 | 28 | 3A |
| Octal | 277 | 150 | 242 | 0 | 56 | 17 | 31 | 500 | 50 | 72 |
| Binary | 10111111 | 1101000 | 10100010 | 0 | 101110 | 1111 | 11001 | 101000000 | 101000 | 111010 |
Color Harmonies of #BF68A2
Complementary color
Monochromatic Colors of #BF68A2
Black with #BF68A2
Text Example
Text Example
White with #BF68A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68A2; }
p { color: rgb(191,104,162); }
H1.HeaderClassName
{
color: #BF68A2;
}
.AnyTagClassName
{
color: #BF68A2;
}
</style>
background-color css
<style>
a { background-color: #BF68A2; }
a { background-color: rgb(191,104,162); }
div.DivClassName
{
background-color: #BF68A2;
}
.BgClassName
{
background-color: #BF68A2;
}
</style>
border-color css
<style>
span { border-color: #BF68A2; }
span { border-color: rgb(191,104,162); }
td.TdClassName
{
border-color: #BF68A2;
}
.TagClassName
{
border-color: #BF68A2;
}
</style>