Shades of Hopbush #BF73A0
Tints of Hopbush #BF73A0
RGB
CMYK
RGB Variations
Color information
#BF73A0 (or 0xBF73A0) is known color: Hopbush. HEX triplet: BF, 73 and A0. RGB value is (191,115,160). Sum of RGB (Red+Green+Blue) = 191+115+160=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF73A0 is #408C5F. Grayscale: #8E8E8E. Windows color (decimal): -4230240 or 10515391. OLE color: 10515391.
HSL color Cylindrical-coordinate representation of color #BF73A0: hue angle of 324.47º degrees, saturation: 0.37, 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 #BF73A0 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 160 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.25 |
| HSL | 324.47º | 0.37% | 0.6% | - |
| HSV(B) | 324.47º | 0.4% | 0.75% | - |
| XYZ | 33.96 | 25.88 | 36.46 | - |
| YUV | 142.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 160 | 0 | 0.40 | 0.16 | 0.25 | 324.47 | 0.37 | 0.6 |
| Hex | BF | 73 | A0 | 0 | 28 | 10 | 19 | 144 | 25 | 3C |
| Octal | 277 | 163 | 240 | 0 | 50 | 20 | 31 | 504 | 45 | 74 |
| Binary | 10111111 | 1110011 | 10100000 | 0 | 101000 | 10000 | 11001 | 101000100 | 100101 | 111100 |
Color Harmonies of #BF73A0
Complementary color
Monochromatic Colors of #BF73A0
Black with #BF73A0
Text Example
Text Example
White with #BF73A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73A0; }
p { color: rgb(191,115,160); }
H1.HeaderClassName
{
color: #BF73A0;
}
.AnyTagClassName
{
color: #BF73A0;
}
</style>
background-color css
<style>
a { background-color: #BF73A0; }
a { background-color: rgb(191,115,160); }
div.DivClassName
{
background-color: #BF73A0;
}
.BgClassName
{
background-color: #BF73A0;
}
</style>
border-color css
<style>
span { border-color: #BF73A0; }
span { border-color: rgb(191,115,160); }
td.TdClassName
{
border-color: #BF73A0;
}
.TagClassName
{
border-color: #BF73A0;
}
</style>