Shades of Bouquet #BC6BA1
Tints of Bouquet #BC6BA1
RGB
CMYK
RGB Variations
Color information
#BC6BA1 (or 0xBC6BA1) is known color: Bouquet. HEX triplet: BC, 6B and A1. RGB value is (188,107,161). Sum of RGB (Red+Green+Blue) = 188+107+161=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6BA1 is #43945E. Grayscale: #898989. Windows color (decimal): -4428895 or 10578876. OLE color: 10578876.
HSL color Cylindrical-coordinate representation of color #BC6BA1: hue angle of 320º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6BA1 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 161 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.26 |
| HSL | 320º | 0.38% | 0.58% | - |
| HSV(B) | 320º | 0.43% | 0.74% | - |
| XYZ | 32.43 | 23.78 | 36.6 | - |
| YUV | 137.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 161 | 0 | 0.43 | 0.14 | 0.26 | 320 | 0.38 | 0.58 |
| Hex | BC | 6B | A1 | 0 | 2B | E | 1A | 140 | 26 | 3A |
| Octal | 274 | 153 | 241 | 0 | 53 | 16 | 32 | 500 | 46 | 72 |
| Binary | 10111100 | 1101011 | 10100001 | 0 | 101011 | 1110 | 11010 | 101000000 | 100110 | 111010 |
Color Harmonies of #BC6BA1
Complementary color
Monochromatic Colors of #BC6BA1
Black with #BC6BA1
Text Example
Text Example
White with #BC6BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BA1; }
p { color: rgb(188,107,161); }
H1.HeaderClassName
{
color: #BC6BA1;
}
.AnyTagClassName
{
color: #BC6BA1;
}
</style>
background-color css
<style>
a { background-color: #BC6BA1; }
a { background-color: rgb(188,107,161); }
div.DivClassName
{
background-color: #BC6BA1;
}
.BgClassName
{
background-color: #BC6BA1;
}
</style>
border-color css
<style>
span { border-color: #BC6BA1; }
span { border-color: rgb(188,107,161); }
td.TdClassName
{
border-color: #BC6BA1;
}
.TagClassName
{
border-color: #BC6BA1;
}
</style>