Shades of Bouquet #BF6FAC
Tints of Bouquet #BF6FAC
RGB
CMYK
RGB Variations
Color information
#BF6FAC (or 0xBF6FAC) is known color: Bouquet. HEX triplet: BF, 6F and AC. RGB value is (191,111,172). Sum of RGB (Red+Green+Blue) = 191+111+172=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6FAC is #409053. Grayscale: #8D8D8D. Windows color (decimal): -4231252 or 11300799. OLE color: 11300799.
HSL color Cylindrical-coordinate representation of color #BF6FAC: hue angle of 314.25º 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 #BF6FAC is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 172 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.25 |
| HSL | 314.25º | 0.38% | 0.59% | - |
| HSV(B) | 314.25º | 0.42% | 0.75% | - |
| XYZ | 34.62 | 25.42 | 42.11 | - |
| YUV | 141.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 172 | 0 | 0.42 | 0.10 | 0.25 | 314.25 | 0.38 | 0.59 |
| Hex | BF | 6F | AC | 0 | 2A | A | 19 | 13A | 26 | 3B |
| Octal | 277 | 157 | 254 | 0 | 52 | 12 | 31 | 472 | 46 | 73 |
| Binary | 10111111 | 1101111 | 10101100 | 0 | 101010 | 1010 | 11001 | 100111010 | 100110 | 111011 |
Color Harmonies of #BF6FAC
Complementary color
Monochromatic Colors of #BF6FAC
Black with #BF6FAC
Text Example
Text Example
White with #BF6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FAC; }
p { color: rgb(191,111,172); }
H1.HeaderClassName
{
color: #BF6FAC;
}
.AnyTagClassName
{
color: #BF6FAC;
}
</style>
background-color css
<style>
a { background-color: #BF6FAC; }
a { background-color: rgb(191,111,172); }
div.DivClassName
{
background-color: #BF6FAC;
}
.BgClassName
{
background-color: #BF6FAC;
}
</style>
border-color css
<style>
span { border-color: #BF6FAC; }
span { border-color: rgb(191,111,172); }
td.TdClassName
{
border-color: #BF6FAC;
}
.TagClassName
{
border-color: #BF6FAC;
}
</style>