Shades of Bouquet #BF71AB
Tints of Bouquet #BF71AB
RGB
CMYK
RGB Variations
Color information
#BF71AB (or 0xBF71AB) is known color: Bouquet. HEX triplet: BF, 71 and AB. RGB value is (191,113,171). Sum of RGB (Red+Green+Blue) = 191+113+171=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71AB is #408E54. Grayscale: #8E8E8E. Windows color (decimal): -4230741 or 11235775. OLE color: 11235775.
HSL color Cylindrical-coordinate representation of color #BF71AB: hue angle of 315.38º 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 #BF71AB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 171 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.25 |
| HSL | 315.38º | 0.38% | 0.6% | - |
| HSV(B) | 315.38º | 0.41% | 0.75% | - |
| XYZ | 34.74 | 25.83 | 41.68 | - |
| YUV | 142.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 171 | 0 | 0.41 | 0.10 | 0.25 | 315.38 | 0.38 | 0.6 |
| Hex | BF | 71 | AB | 0 | 29 | A | 19 | 13B | 26 | 3C |
| Octal | 277 | 161 | 253 | 0 | 51 | 12 | 31 | 473 | 46 | 74 |
| Binary | 10111111 | 1110001 | 10101011 | 0 | 101001 | 1010 | 11001 | 100111011 | 100110 | 111100 |
Color Harmonies of #BF71AB
Complementary color
Monochromatic Colors of #BF71AB
Black with #BF71AB
Text Example
Text Example
White with #BF71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF71AB; }
p { color: rgb(191,113,171); }
H1.HeaderClassName
{
color: #BF71AB;
}
.AnyTagClassName
{
color: #BF71AB;
}
</style>
background-color css
<style>
a { background-color: #BF71AB; }
a { background-color: rgb(191,113,171); }
div.DivClassName
{
background-color: #BF71AB;
}
.BgClassName
{
background-color: #BF71AB;
}
</style>
border-color css
<style>
span { border-color: #BF71AB; }
span { border-color: rgb(191,113,171); }
td.TdClassName
{
border-color: #BF71AB;
}
.TagClassName
{
border-color: #BF71AB;
}
</style>