Shades of Bouquet #BF71A8
Tints of Bouquet #BF71A8
RGB
CMYK
RGB Variations
Color information
#BF71A8 (or 0xBF71A8) is known color: Bouquet. HEX triplet: BF, 71 and A8. RGB value is (191,113,168). Sum of RGB (Red+Green+Blue) = 191+113+168=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71A8 is #408E57. Grayscale: #8E8E8E. Windows color (decimal): -4230744 or 11039167. OLE color: 11039167.
HSL color Cylindrical-coordinate representation of color #BF71A8: hue angle of 317.69º 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 #BF71A8 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 168 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.25 |
| HSL | 317.69º | 0.38% | 0.6% | - |
| HSV(B) | 317.69º | 0.41% | 0.75% | - |
| XYZ | 34.46 | 25.71 | 40.19 | - |
| YUV | 142.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 168 | 0 | 0.41 | 0.12 | 0.25 | 317.69 | 0.38 | 0.6 |
| Hex | BF | 71 | A8 | 0 | 29 | C | 19 | 13E | 26 | 3C |
| Octal | 277 | 161 | 250 | 0 | 51 | 14 | 31 | 476 | 46 | 74 |
| Binary | 10111111 | 1110001 | 10101000 | 0 | 101001 | 1100 | 11001 | 100111110 | 100110 | 111100 |
Color Harmonies of #BF71A8
Complementary color
Monochromatic Colors of #BF71A8
Black with #BF71A8
Text Example
Text Example
White with #BF71A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF71A8; }
p { color: rgb(191,113,168); }
H1.HeaderClassName
{
color: #BF71A8;
}
.AnyTagClassName
{
color: #BF71A8;
}
</style>
background-color css
<style>
a { background-color: #BF71A8; }
a { background-color: rgb(191,113,168); }
div.DivClassName
{
background-color: #BF71A8;
}
.BgClassName
{
background-color: #BF71A8;
}
</style>
border-color css
<style>
span { border-color: #BF71A8; }
span { border-color: rgb(191,113,168); }
td.TdClassName
{
border-color: #BF71A8;
}
.TagClassName
{
border-color: #BF71A8;
}
</style>