Shades of Bouquet #BC76A3
Tints of Bouquet #BC76A3
RGB
CMYK
RGB Variations
Color information
#BC76A3 (or 0xBC76A3) is known color: Bouquet. HEX triplet: BC, 76 and A3. RGB value is (188,118,163). Sum of RGB (Red+Green+Blue) = 188+118+163=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76A3 is #43895C. Grayscale: #8F8F8F. Windows color (decimal): -4426077 or 10712764. OLE color: 10712764.
HSL color Cylindrical-coordinate representation of color #BC76A3: hue angle of 321.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC76A3 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 163 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.26 |
| HSL | 321.43º | 0.34% | 0.6% | - |
| HSV(B) | 321.43º | 0.37% | 0.74% | - |
| XYZ | 33.83 | 26.29 | 37.94 | - |
| YUV | 144.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 163 | 0 | 0.37 | 0.13 | 0.26 | 321.43 | 0.34 | 0.6 |
| Hex | BC | 76 | A3 | 0 | 25 | D | 1A | 141 | 22 | 3C |
| Octal | 274 | 166 | 243 | 0 | 45 | 15 | 32 | 501 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10100011 | 0 | 100101 | 1101 | 11010 | 101000001 | 100010 | 111100 |
Color Harmonies of #BC76A3
Complementary color
Monochromatic Colors of #BC76A3
Black with #BC76A3
Text Example
Text Example
White with #BC76A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76A3; }
p { color: rgb(188,118,163); }
H1.HeaderClassName
{
color: #BC76A3;
}
.AnyTagClassName
{
color: #BC76A3;
}
</style>
background-color css
<style>
a { background-color: #BC76A3; }
a { background-color: rgb(188,118,163); }
div.DivClassName
{
background-color: #BC76A3;
}
.BgClassName
{
background-color: #BC76A3;
}
</style>
border-color css
<style>
span { border-color: #BC76A3; }
span { border-color: rgb(188,118,163); }
td.TdClassName
{
border-color: #BC76A3;
}
.TagClassName
{
border-color: #BC76A3;
}
</style>