Shades of Bouquet #BC6CA1
Tints of Bouquet #BC6CA1
RGB
CMYK
RGB Variations
Color information
#BC6CA1 (or 0xBC6CA1) is known color: Bouquet. HEX triplet: BC, 6C and A1. RGB value is (188,108,161). Sum of RGB (Red+Green+Blue) = 188+108+161=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6CA1 is #43935E. Grayscale: #898989. Windows color (decimal): -4428639 or 10579132. OLE color: 10579132.
HSL color Cylindrical-coordinate representation of color #BC6CA1: hue angle of 320.25º degrees, saturation: 0.37, 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 #BC6CA1 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 161 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.26 |
| HSL | 320.25º | 0.37% | 0.58% | - |
| HSV(B) | 320.25º | 0.43% | 0.74% | - |
| XYZ | 32.53 | 23.99 | 36.63 | - |
| YUV | 137.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 161 | 0 | 0.43 | 0.14 | 0.26 | 320.25 | 0.37 | 0.58 |
| Hex | BC | 6C | A1 | 0 | 2B | E | 1A | 140 | 25 | 3A |
| Octal | 274 | 154 | 241 | 0 | 53 | 16 | 32 | 500 | 45 | 72 |
| Binary | 10111100 | 1101100 | 10100001 | 0 | 101011 | 1110 | 11010 | 101000000 | 100101 | 111010 |
Color Harmonies of #BC6CA1
Complementary color
Monochromatic Colors of #BC6CA1
Black with #BC6CA1
Text Example
Text Example
White with #BC6CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CA1; }
p { color: rgb(188,108,161); }
H1.HeaderClassName
{
color: #BC6CA1;
}
.AnyTagClassName
{
color: #BC6CA1;
}
</style>
background-color css
<style>
a { background-color: #BC6CA1; }
a { background-color: rgb(188,108,161); }
div.DivClassName
{
background-color: #BC6CA1;
}
.BgClassName
{
background-color: #BC6CA1;
}
</style>
border-color css
<style>
span { border-color: #BC6CA1; }
span { border-color: rgb(188,108,161); }
td.TdClassName
{
border-color: #BC6CA1;
}
.TagClassName
{
border-color: #BC6CA1;
}
</style>