Shades of Bouquet #BC6FA0
Tints of Bouquet #BC6FA0
RGB
CMYK
RGB Variations
Color information
#BC6FA0 (or 0xBC6FA0) is known color: Bouquet. HEX triplet: BC, 6F and A0. RGB value is (188,111,160). Sum of RGB (Red+Green+Blue) = 188+111+160=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6FA0 is #43905F. Grayscale: #8B8B8B. Windows color (decimal): -4427872 or 10514364. OLE color: 10514364.
HSL color Cylindrical-coordinate representation of color #BC6FA0: hue angle of 321.82º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6FA0 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 160 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.26 |
| HSL | 321.82º | 0.36% | 0.59% | - |
| HSV(B) | 321.82º | 0.41% | 0.74% | - |
| XYZ | 32.77 | 24.6 | 36.28 | - |
| YUV | 139.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 160 | 0 | 0.41 | 0.15 | 0.26 | 321.82 | 0.36 | 0.59 |
| Hex | BC | 6F | A0 | 0 | 29 | F | 1A | 142 | 24 | 3B |
| Octal | 274 | 157 | 240 | 0 | 51 | 17 | 32 | 502 | 44 | 73 |
| Binary | 10111100 | 1101111 | 10100000 | 0 | 101001 | 1111 | 11010 | 101000010 | 100100 | 111011 |
Color Harmonies of #BC6FA0
Complementary color
Monochromatic Colors of #BC6FA0
Black with #BC6FA0
Text Example
Text Example
White with #BC6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FA0; }
p { color: rgb(188,111,160); }
H1.HeaderClassName
{
color: #BC6FA0;
}
.AnyTagClassName
{
color: #BC6FA0;
}
</style>
background-color css
<style>
a { background-color: #BC6FA0; }
a { background-color: rgb(188,111,160); }
div.DivClassName
{
background-color: #BC6FA0;
}
.BgClassName
{
background-color: #BC6FA0;
}
</style>
border-color css
<style>
span { border-color: #BC6FA0; }
span { border-color: rgb(188,111,160); }
td.TdClassName
{
border-color: #BC6FA0;
}
.TagClassName
{
border-color: #BC6FA0;
}
</style>