Shades of Bouquet #BC6DA3
Tints of Bouquet #BC6DA3
RGB
CMYK
RGB Variations
Color information
#BC6DA3 (or 0xBC6DA3) is known color: Bouquet. HEX triplet: BC, 6D and A3. RGB value is (188,109,163). Sum of RGB (Red+Green+Blue) = 188+109+163=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6DA3 is #43925C. Grayscale: #8A8A8A. Windows color (decimal): -4428381 or 10710460. OLE color: 10710460.
HSL color Cylindrical-coordinate representation of color #BC6DA3: hue angle of 318.99º 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 #BC6DA3 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 163 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.26 |
| HSL | 318.99º | 0.37% | 0.58% | - |
| HSV(B) | 318.99º | 0.42% | 0.74% | - |
| XYZ | 32.82 | 24.27 | 37.61 | - |
| YUV | 138.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 163 | 0 | 0.42 | 0.13 | 0.26 | 318.99 | 0.37 | 0.58 |
| Hex | BC | 6D | A3 | 0 | 2A | D | 1A | 13F | 25 | 3A |
| Octal | 274 | 155 | 243 | 0 | 52 | 15 | 32 | 477 | 45 | 72 |
| Binary | 10111100 | 1101101 | 10100011 | 0 | 101010 | 1101 | 11010 | 100111111 | 100101 | 111010 |
Color Harmonies of #BC6DA3
Complementary color
Monochromatic Colors of #BC6DA3
Black with #BC6DA3
Text Example
Text Example
White with #BC6DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DA3; }
p { color: rgb(188,109,163); }
H1.HeaderClassName
{
color: #BC6DA3;
}
.AnyTagClassName
{
color: #BC6DA3;
}
</style>
background-color css
<style>
a { background-color: #BC6DA3; }
a { background-color: rgb(188,109,163); }
div.DivClassName
{
background-color: #BC6DA3;
}
.BgClassName
{
background-color: #BC6DA3;
}
</style>
border-color css
<style>
span { border-color: #BC6DA3; }
span { border-color: rgb(188,109,163); }
td.TdClassName
{
border-color: #BC6DA3;
}
.TagClassName
{
border-color: #BC6DA3;
}
</style>