Shades of Bouquet #BC6FA3
Tints of Bouquet #BC6FA3
RGB
CMYK
RGB Variations
Color information
#BC6FA3 (or 0xBC6FA3) is known color: Bouquet. HEX triplet: BC, 6F and A3. RGB value is (188,111,163). Sum of RGB (Red+Green+Blue) = 188+111+163=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6FA3 is #43905C. Grayscale: #8B8B8B. Windows color (decimal): -4427869 or 10710972. OLE color: 10710972.
HSL color Cylindrical-coordinate representation of color #BC6FA3: hue angle of 319.48º 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 #BC6FA3 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 163 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.26 |
| HSL | 319.48º | 0.36% | 0.59% | - |
| HSV(B) | 319.48º | 0.41% | 0.74% | - |
| XYZ | 33.03 | 24.7 | 37.68 | - |
| YUV | 139.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 163 | 0 | 0.41 | 0.13 | 0.26 | 319.48 | 0.36 | 0.59 |
| Hex | BC | 6F | A3 | 0 | 29 | D | 1A | 13F | 24 | 3B |
| Octal | 274 | 157 | 243 | 0 | 51 | 15 | 32 | 477 | 44 | 73 |
| Binary | 10111100 | 1101111 | 10100011 | 0 | 101001 | 1101 | 11010 | 100111111 | 100100 | 111011 |
Color Harmonies of #BC6FA3
Complementary color
Monochromatic Colors of #BC6FA3
Black with #BC6FA3
Text Example
Text Example
White with #BC6FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FA3; }
p { color: rgb(188,111,163); }
H1.HeaderClassName
{
color: #BC6FA3;
}
.AnyTagClassName
{
color: #BC6FA3;
}
</style>
background-color css
<style>
a { background-color: #BC6FA3; }
a { background-color: rgb(188,111,163); }
div.DivClassName
{
background-color: #BC6FA3;
}
.BgClassName
{
background-color: #BC6FA3;
}
</style>
border-color css
<style>
span { border-color: #BC6FA3; }
span { border-color: rgb(188,111,163); }
td.TdClassName
{
border-color: #BC6FA3;
}
.TagClassName
{
border-color: #BC6FA3;
}
</style>