Shades of Bouquet #BC6BA4
Tints of Bouquet #BC6BA4
RGB
CMYK
RGB Variations
Color information
#BC6BA4 (or 0xBC6BA4) is known color: Bouquet. HEX triplet: BC, 6B and A4. RGB value is (188,107,164). Sum of RGB (Red+Green+Blue) = 188+107+164=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6BA4 is #43945B. Grayscale: #898989. Windows color (decimal): -4428892 or 10775484. OLE color: 10775484.
HSL color Cylindrical-coordinate representation of color #BC6BA4: hue angle of 317.78º 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 #BC6BA4 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 164 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.26 |
| HSL | 317.78º | 0.38% | 0.58% | - |
| HSV(B) | 317.78º | 0.43% | 0.74% | - |
| XYZ | 32.7 | 23.89 | 38.01 | - |
| YUV | 137.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 164 | 0 | 0.43 | 0.13 | 0.26 | 317.78 | 0.38 | 0.58 |
| Hex | BC | 6B | A4 | 0 | 2B | D | 1A | 13E | 26 | 3A |
| Octal | 274 | 153 | 244 | 0 | 53 | 15 | 32 | 476 | 46 | 72 |
| Binary | 10111100 | 1101011 | 10100100 | 0 | 101011 | 1101 | 11010 | 100111110 | 100110 | 111010 |
Color Harmonies of #BC6BA4
Complementary color
Monochromatic Colors of #BC6BA4
Black with #BC6BA4
Text Example
Text Example
White with #BC6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BA4; }
p { color: rgb(188,107,164); }
H1.HeaderClassName
{
color: #BC6BA4;
}
.AnyTagClassName
{
color: #BC6BA4;
}
</style>
background-color css
<style>
a { background-color: #BC6BA4; }
a { background-color: rgb(188,107,164); }
div.DivClassName
{
background-color: #BC6BA4;
}
.BgClassName
{
background-color: #BC6BA4;
}
</style>
border-color css
<style>
span { border-color: #BC6BA4; }
span { border-color: rgb(188,107,164); }
td.TdClassName
{
border-color: #BC6BA4;
}
.TagClassName
{
border-color: #BC6BA4;
}
</style>