Shades of Bouquet #BC6FA2
Tints of Bouquet #BC6FA2
RGB
CMYK
RGB Variations
Color information
#BC6FA2 (or 0xBC6FA2) is known color: Bouquet. HEX triplet: BC, 6F and A2. RGB value is (188,111,162). Sum of RGB (Red+Green+Blue) = 188+111+162=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6FA2 is #43905D. Grayscale: #8B8B8B. Windows color (decimal): -4427870 or 10645436. OLE color: 10645436.
HSL color Cylindrical-coordinate representation of color #BC6FA2: hue angle of 320.26º 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 #BC6FA2 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 162 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.26 |
| HSL | 320.26º | 0.36% | 0.59% | - |
| HSV(B) | 320.26º | 0.41% | 0.74% | - |
| XYZ | 32.95 | 24.67 | 37.21 | - |
| YUV | 139.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 162 | 0 | 0.41 | 0.14 | 0.26 | 320.26 | 0.36 | 0.59 |
| Hex | BC | 6F | A2 | 0 | 29 | E | 1A | 140 | 24 | 3B |
| Octal | 274 | 157 | 242 | 0 | 51 | 16 | 32 | 500 | 44 | 73 |
| Binary | 10111100 | 1101111 | 10100010 | 0 | 101001 | 1110 | 11010 | 101000000 | 100100 | 111011 |
Color Harmonies of #BC6FA2
Complementary color
Monochromatic Colors of #BC6FA2
Black with #BC6FA2
Text Example
Text Example
White with #BC6FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FA2; }
p { color: rgb(188,111,162); }
H1.HeaderClassName
{
color: #BC6FA2;
}
.AnyTagClassName
{
color: #BC6FA2;
}
</style>
background-color css
<style>
a { background-color: #BC6FA2; }
a { background-color: rgb(188,111,162); }
div.DivClassName
{
background-color: #BC6FA2;
}
.BgClassName
{
background-color: #BC6FA2;
}
</style>
border-color css
<style>
span { border-color: #BC6FA2; }
span { border-color: rgb(188,111,162); }
td.TdClassName
{
border-color: #BC6FA2;
}
.TagClassName
{
border-color: #BC6FA2;
}
</style>