Shades of Hopbush #BF72A0
Tints of Hopbush #BF72A0
RGB
CMYK
RGB Variations
Color information
#BF72A0 (or 0xBF72A0) is known color: Hopbush. HEX triplet: BF, 72 and A0. RGB value is (191,114,160). Sum of RGB (Red+Green+Blue) = 191+114+160=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF72A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF72A0 is #408D5F. Grayscale: #8E8E8E. Windows color (decimal): -4230496 or 10515135. OLE color: 10515135.
HSL color Cylindrical-coordinate representation of color #BF72A0: hue angle of 324.16º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF72A0 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 160 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.25 |
| HSL | 324.16º | 0.38% | 0.6% | - |
| HSV(B) | 324.16º | 0.4% | 0.75% | - |
| XYZ | 33.85 | 25.65 | 36.42 | - |
| YUV | 142.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 160 | 0 | 0.40 | 0.16 | 0.25 | 324.16 | 0.38 | 0.6 |
| Hex | BF | 72 | A0 | 0 | 28 | 10 | 19 | 144 | 26 | 3C |
| Octal | 277 | 162 | 240 | 0 | 50 | 20 | 31 | 504 | 46 | 74 |
| Binary | 10111111 | 1110010 | 10100000 | 0 | 101000 | 10000 | 11001 | 101000100 | 100110 | 111100 |
Color Harmonies of #BF72A0
Complementary color
Monochromatic Colors of #BF72A0
Black with #BF72A0
Text Example
Text Example
White with #BF72A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF72A0; }
p { color: rgb(191,114,160); }
H1.HeaderClassName
{
color: #BF72A0;
}
.AnyTagClassName
{
color: #BF72A0;
}
</style>
background-color css
<style>
a { background-color: #BF72A0; }
a { background-color: rgb(191,114,160); }
div.DivClassName
{
background-color: #BF72A0;
}
.BgClassName
{
background-color: #BF72A0;
}
</style>
border-color css
<style>
span { border-color: #BF72A0; }
span { border-color: rgb(191,114,160); }
td.TdClassName
{
border-color: #BF72A0;
}
.TagClassName
{
border-color: #BF72A0;
}
</style>