Shades of Bouquet #BC6DA9
Tints of Bouquet #BC6DA9
RGB
CMYK
RGB Variations
Color information
#BC6DA9 (or 0xBC6DA9) is known color: Bouquet. HEX triplet: BC, 6D and A9. RGB value is (188,109,169). Sum of RGB (Red+Green+Blue) = 188+109+169=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6DA9 is #439256. Grayscale: #8B8B8B. Windows color (decimal): -4428375 or 11103676. OLE color: 11103676.
HSL color Cylindrical-coordinate representation of color #BC6DA9: hue angle of 314.43º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC6DA9 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 169 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.26 |
| HSL | 314.43º | 0.37% | 0.58% | - |
| HSV(B) | 314.43º | 0.42% | 0.74% | - |
| XYZ | 33.37 | 24.49 | 40.51 | - |
| YUV | 139.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 169 | 0 | 0.42 | 0.10 | 0.26 | 314.43 | 0.37 | 0.58 |
| Hex | BC | 6D | A9 | 0 | 2A | A | 1A | 13A | 25 | 3A |
| Octal | 274 | 155 | 251 | 0 | 52 | 12 | 32 | 472 | 45 | 72 |
| Binary | 10111100 | 1101101 | 10101001 | 0 | 101010 | 1010 | 11010 | 100111010 | 100101 | 111010 |
Color Harmonies of #BC6DA9
Complementary color
Monochromatic Colors of #BC6DA9
Black with #BC6DA9
Text Example
Text Example
White with #BC6DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DA9; }
p { color: rgb(188,109,169); }
H1.HeaderClassName
{
color: #BC6DA9;
}
.AnyTagClassName
{
color: #BC6DA9;
}
</style>
background-color css
<style>
a { background-color: #BC6DA9; }
a { background-color: rgb(188,109,169); }
div.DivClassName
{
background-color: #BC6DA9;
}
.BgClassName
{
background-color: #BC6DA9;
}
</style>
border-color css
<style>
span { border-color: #BC6DA9; }
span { border-color: rgb(188,109,169); }
td.TdClassName
{
border-color: #BC6DA9;
}
.TagClassName
{
border-color: #BC6DA9;
}
</style>