Shades of Bouquet #BF6FA6
Tints of Bouquet #BF6FA6
RGB
CMYK
RGB Variations
Color information
#BF6FA6 (or 0xBF6FA6) is known color: Bouquet. HEX triplet: BF, 6F and A6. RGB value is (191,111,166). Sum of RGB (Red+Green+Blue) = 191+111+166=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6FA6 is #409059. Grayscale: #8D8D8D. Windows color (decimal): -4231258 or 10907583. OLE color: 10907583.
HSL color Cylindrical-coordinate representation of color #BF6FA6: hue angle of 318.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6FA6 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 166 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.25 |
| HSL | 318.75º | 0.38% | 0.59% | - |
| HSV(B) | 318.75º | 0.42% | 0.75% | - |
| XYZ | 34.05 | 25.2 | 39.15 | - |
| YUV | 141.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 166 | 0 | 0.42 | 0.13 | 0.25 | 318.75 | 0.38 | 0.59 |
| Hex | BF | 6F | A6 | 0 | 2A | D | 19 | 13F | 26 | 3B |
| Octal | 277 | 157 | 246 | 0 | 52 | 15 | 31 | 477 | 46 | 73 |
| Binary | 10111111 | 1101111 | 10100110 | 0 | 101010 | 1101 | 11001 | 100111111 | 100110 | 111011 |
Color Harmonies of #BF6FA6
Complementary color
Monochromatic Colors of #BF6FA6
Black with #BF6FA6
Text Example
Text Example
White with #BF6FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FA6; }
p { color: rgb(191,111,166); }
H1.HeaderClassName
{
color: #BF6FA6;
}
.AnyTagClassName
{
color: #BF6FA6;
}
</style>
background-color css
<style>
a { background-color: #BF6FA6; }
a { background-color: rgb(191,111,166); }
div.DivClassName
{
background-color: #BF6FA6;
}
.BgClassName
{
background-color: #BF6FA6;
}
</style>
border-color css
<style>
span { border-color: #BF6FA6; }
span { border-color: rgb(191,111,166); }
td.TdClassName
{
border-color: #BF6FA6;
}
.TagClassName
{
border-color: #BF6FA6;
}
</style>