Shades of Hopbush #BF6BA3
Tints of Hopbush #BF6BA3
RGB
CMYK
RGB Variations
Color information
#BF6BA3 (or 0xBF6BA3) is known color: Hopbush. HEX triplet: BF, 6B and A3. RGB value is (191,107,163). Sum of RGB (Red+Green+Blue) = 191+107+163=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BA3 is #40945C. Grayscale: #8A8A8A. Windows color (decimal): -4232285 or 10709951. OLE color: 10709951.
HSL color Cylindrical-coordinate representation of color #BF6BA3: 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.44%. Process color model (Four color, CMYK) of #BF6BA3 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 107 | 163 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.25 |
| HSL | 320º | 0.4% | 0.58% | - |
| HSV(B) | 320º | 0.44% | 0.75% | - |
| XYZ | 33.35 | 24.24 | 37.57 | - |
| YUV | 138.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 163 | 0 | 0.44 | 0.15 | 0.25 | 320 | 0.4 | 0.58 |
| Hex | BF | 6B | A3 | 0 | 2C | F | 19 | 140 | 28 | 3A |
| Octal | 277 | 153 | 243 | 0 | 54 | 17 | 31 | 500 | 50 | 72 |
| Binary | 10111111 | 1101011 | 10100011 | 0 | 101100 | 1111 | 11001 | 101000000 | 101000 | 111010 |
Color Harmonies of #BF6BA3
Complementary color
Monochromatic Colors of #BF6BA3
Black with #BF6BA3
Text Example
Text Example
White with #BF6BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6BA3; }
p { color: rgb(191,107,163); }
H1.HeaderClassName
{
color: #BF6BA3;
}
.AnyTagClassName
{
color: #BF6BA3;
}
</style>
background-color css
<style>
a { background-color: #BF6BA3; }
a { background-color: rgb(191,107,163); }
div.DivClassName
{
background-color: #BF6BA3;
}
.BgClassName
{
background-color: #BF6BA3;
}
</style>
border-color css
<style>
span { border-color: #BF6BA3; }
span { border-color: rgb(191,107,163); }
td.TdClassName
{
border-color: #BF6BA3;
}
.TagClassName
{
border-color: #BF6BA3;
}
</style>