Shades of Bouquet #BF7FA7
Tints of Bouquet #BF7FA7
RGB
CMYK
RGB Variations
Color information
#BF7FA7 (or 0xBF7FA7) is known color: Bouquet. HEX triplet: BF, 7F and A7. RGB value is (191,127,167). Sum of RGB (Red+Green+Blue) = 191+127+167=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7FA7 is #408058. Grayscale: #969696. Windows color (decimal): -4227161 or 10977215. OLE color: 10977215.
HSL color Cylindrical-coordinate representation of color #BF7FA7: hue angle of 322.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7FA7 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 167 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.25 |
| HSL | 322.5º | 0.33% | 0.62% | - |
| HSV(B) | 322.5º | 0.34% | 0.75% | - |
| XYZ | 36.05 | 29.05 | 40.27 | - |
| YUV | 150.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 167 | 0 | 0.34 | 0.13 | 0.25 | 322.5 | 0.33 | 0.62 |
| Hex | BF | 7F | A7 | 0 | 22 | D | 19 | 142 | 21 | 3E |
| Octal | 277 | 177 | 247 | 0 | 42 | 15 | 31 | 502 | 41 | 76 |
| Binary | 10111111 | 1111111 | 10100111 | 0 | 100010 | 1101 | 11001 | 101000010 | 100001 | 111110 |
Color Harmonies of #BF7FA7
Complementary color
Monochromatic Colors of #BF7FA7
Black with #BF7FA7
Text Example
Text Example
White with #BF7FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7FA7; }
p { color: rgb(191,127,167); }
H1.HeaderClassName
{
color: #BF7FA7;
}
.AnyTagClassName
{
color: #BF7FA7;
}
</style>
background-color css
<style>
a { background-color: #BF7FA7; }
a { background-color: rgb(191,127,167); }
div.DivClassName
{
background-color: #BF7FA7;
}
.BgClassName
{
background-color: #BF7FA7;
}
</style>
border-color css
<style>
span { border-color: #BF7FA7; }
span { border-color: rgb(191,127,167); }
td.TdClassName
{
border-color: #BF7FA7;
}
.TagClassName
{
border-color: #BF7FA7;
}
</style>