Shades of Bouquet #BF6FAA
Tints of Bouquet #BF6FAA
RGB
CMYK
RGB Variations
Color information
#BF6FAA (or 0xBF6FAA) is known color: Bouquet. HEX triplet: BF, 6F and AA. RGB value is (191,111,170). Sum of RGB (Red+Green+Blue) = 191+111+170=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6FAA is #409055. Grayscale: #8D8D8D. Windows color (decimal): -4231254 or 11169727. OLE color: 11169727.
HSL color Cylindrical-coordinate representation of color #BF6FAA: hue angle of 315.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 #BF6FAA is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 170 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.25 |
| HSL | 315.75º | 0.38% | 0.59% | - |
| HSV(B) | 315.75º | 0.42% | 0.75% | - |
| XYZ | 34.43 | 25.35 | 41.11 | - |
| YUV | 141.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 170 | 0 | 0.42 | 0.11 | 0.25 | 315.75 | 0.38 | 0.59 |
| Hex | BF | 6F | AA | 0 | 2A | B | 19 | 13C | 26 | 3B |
| Octal | 277 | 157 | 252 | 0 | 52 | 13 | 31 | 474 | 46 | 73 |
| Binary | 10111111 | 1101111 | 10101010 | 0 | 101010 | 1011 | 11001 | 100111100 | 100110 | 111011 |
Color Harmonies of #BF6FAA
Complementary color
Monochromatic Colors of #BF6FAA
Black with #BF6FAA
Text Example
Text Example
White with #BF6FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FAA; }
p { color: rgb(191,111,170); }
H1.HeaderClassName
{
color: #BF6FAA;
}
.AnyTagClassName
{
color: #BF6FAA;
}
</style>
background-color css
<style>
a { background-color: #BF6FAA; }
a { background-color: rgb(191,111,170); }
div.DivClassName
{
background-color: #BF6FAA;
}
.BgClassName
{
background-color: #BF6FAA;
}
</style>
border-color css
<style>
span { border-color: #BF6FAA; }
span { border-color: rgb(191,111,170); }
td.TdClassName
{
border-color: #BF6FAA;
}
.TagClassName
{
border-color: #BF6FAA;
}
</style>