Shades of Hopbush #BF71A3
Tints of Hopbush #BF71A3
RGB
CMYK
RGB Variations
Color information
#BF71A3 (or 0xBF71A3) is known color: Hopbush. HEX triplet: BF, 71 and A3. RGB value is (191,113,163). Sum of RGB (Red+Green+Blue) = 191+113+163=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71A3 is #408E5C. Grayscale: #8D8D8D. Windows color (decimal): -4230749 or 10711487. OLE color: 10711487.
HSL color Cylindrical-coordinate representation of color #BF71A3: hue angle of 321.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF71A3 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 163 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.25 |
| HSL | 321.54º | 0.38% | 0.6% | - |
| HSV(B) | 321.54º | 0.41% | 0.75% | - |
| XYZ | 34 | 25.53 | 37.79 | - |
| YUV | 142.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 163 | 0 | 0.41 | 0.15 | 0.25 | 321.54 | 0.38 | 0.6 |
| Hex | BF | 71 | A3 | 0 | 29 | F | 19 | 142 | 26 | 3C |
| Octal | 277 | 161 | 243 | 0 | 51 | 17 | 31 | 502 | 46 | 74 |
| Binary | 10111111 | 1110001 | 10100011 | 0 | 101001 | 1111 | 11001 | 101000010 | 100110 | 111100 |
Color Harmonies of #BF71A3
Complementary color
Monochromatic Colors of #BF71A3
Black with #BF71A3
Text Example
Text Example
White with #BF71A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF71A3; }
p { color: rgb(191,113,163); }
H1.HeaderClassName
{
color: #BF71A3;
}
.AnyTagClassName
{
color: #BF71A3;
}
</style>
background-color css
<style>
a { background-color: #BF71A3; }
a { background-color: rgb(191,113,163); }
div.DivClassName
{
background-color: #BF71A3;
}
.BgClassName
{
background-color: #BF71A3;
}
</style>
border-color css
<style>
span { border-color: #BF71A3; }
span { border-color: rgb(191,113,163); }
td.TdClassName
{
border-color: #BF71A3;
}
.TagClassName
{
border-color: #BF71A3;
}
</style>