Shades of Bouquet #BC7FA3
Tints of Bouquet #BC7FA3
RGB
CMYK
RGB Variations
Color information
#BC7FA3 (or 0xBC7FA3) is known color: Bouquet. HEX triplet: BC, 7F and A3. RGB value is (188,127,163). Sum of RGB (Red+Green+Blue) = 188+127+163=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7FA3 is #43805C. Grayscale: #959595. Windows color (decimal): -4423773 or 10715068. OLE color: 10715068.
HSL color Cylindrical-coordinate representation of color #BC7FA3: hue angle of 324.59º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7FA3 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 163 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.26 |
| HSL | 324.59º | 0.31% | 0.62% | - |
| HSV(B) | 324.59º | 0.32% | 0.74% | - |
| XYZ | 34.94 | 28.51 | 38.31 | - |
| YUV | 149.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 163 | 0 | 0.32 | 0.13 | 0.26 | 324.59 | 0.31 | 0.62 |
| Hex | BC | 7F | A3 | 0 | 20 | D | 1A | 145 | 1F | 3E |
| Octal | 274 | 177 | 243 | 0 | 40 | 15 | 32 | 505 | 37 | 76 |
| Binary | 10111100 | 1111111 | 10100011 | 0 | 100000 | 1101 | 11010 | 101000101 | 11111 | 111110 |
Color Harmonies of #BC7FA3
Complementary color
Monochromatic Colors of #BC7FA3
Black with #BC7FA3
Text Example
Text Example
White with #BC7FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FA3; }
p { color: rgb(188,127,163); }
H1.HeaderClassName
{
color: #BC7FA3;
}
.AnyTagClassName
{
color: #BC7FA3;
}
</style>
background-color css
<style>
a { background-color: #BC7FA3; }
a { background-color: rgb(188,127,163); }
div.DivClassName
{
background-color: #BC7FA3;
}
.BgClassName
{
background-color: #BC7FA3;
}
</style>
border-color css
<style>
span { border-color: #BC7FA3; }
span { border-color: rgb(188,127,163); }
td.TdClassName
{
border-color: #BC7FA3;
}
.TagClassName
{
border-color: #BC7FA3;
}
</style>