Shades of Hopbush #BF78A0
Tints of Hopbush #BF78A0
RGB
CMYK
RGB Variations
Color information
#BF78A0 (or 0xBF78A0) is known color: Hopbush. HEX triplet: BF, 78 and A0. RGB value is (191,120,160). Sum of RGB (Red+Green+Blue) = 191+120+160=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78A0 is #40875F. Grayscale: #919191. Windows color (decimal): -4228960 or 10516671. OLE color: 10516671.
HSL color Cylindrical-coordinate representation of color #BF78A0: hue angle of 326.2º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF78A0 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 120 | 160 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.25 |
| HSL | 326.2º | 0.36% | 0.61% | - |
| HSV(B) | 326.2º | 0.37% | 0.75% | - |
| XYZ | 34.55 | 27.05 | 36.66 | - |
| YUV | 145.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 160 | 0 | 0.37 | 0.16 | 0.25 | 326.2 | 0.36 | 0.61 |
| Hex | BF | 78 | A0 | 0 | 25 | 10 | 19 | 146 | 24 | 3D |
| Octal | 277 | 170 | 240 | 0 | 45 | 20 | 31 | 506 | 44 | 75 |
| Binary | 10111111 | 1111000 | 10100000 | 0 | 100101 | 10000 | 11001 | 101000110 | 100100 | 111101 |
Color Harmonies of #BF78A0
Complementary color
Monochromatic Colors of #BF78A0
Black with #BF78A0
Text Example
Text Example
White with #BF78A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF78A0; }
p { color: rgb(191,120,160); }
H1.HeaderClassName
{
color: #BF78A0;
}
.AnyTagClassName
{
color: #BF78A0;
}
</style>
background-color css
<style>
a { background-color: #BF78A0; }
a { background-color: rgb(191,120,160); }
div.DivClassName
{
background-color: #BF78A0;
}
.BgClassName
{
background-color: #BF78A0;
}
</style>
border-color css
<style>
span { border-color: #BF78A0; }
span { border-color: rgb(191,120,160); }
td.TdClassName
{
border-color: #BF78A0;
}
.TagClassName
{
border-color: #BF78A0;
}
</style>