Shades of Bouquet #BC76AD
Tints of Bouquet #BC76AD
RGB
CMYK
RGB Variations
Color information
#BC76AD (or 0xBC76AD) is known color: Bouquet. HEX triplet: BC, 76 and AD. RGB value is (188,118,173). Sum of RGB (Red+Green+Blue) = 188+118+173=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76AD is #438952. Grayscale: #919191. Windows color (decimal): -4426067 or 11368124. OLE color: 11368124.
HSL color Cylindrical-coordinate representation of color #BC76AD: hue angle of 312.86º 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 #BC76AD is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 173 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.26 |
| HSL | 312.86º | 0.34% | 0.6% | - |
| HSV(B) | 312.86º | 0.37% | 0.74% | - |
| XYZ | 34.76 | 26.67 | 42.85 | - |
| YUV | 145.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 173 | 0 | 0.37 | 0.08 | 0.26 | 312.86 | 0.34 | 0.6 |
| Hex | BC | 76 | AD | 0 | 25 | 8 | 1A | 139 | 22 | 3C |
| Octal | 274 | 166 | 255 | 0 | 45 | 10 | 32 | 471 | 42 | 74 |
| Binary | 10111100 | 1110110 | 10101101 | 0 | 100101 | 1000 | 11010 | 100111001 | 100010 | 111100 |
Color Harmonies of #BC76AD
Complementary color
Monochromatic Colors of #BC76AD
Black with #BC76AD
Text Example
Text Example
White with #BC76AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76AD; }
p { color: rgb(188,118,173); }
H1.HeaderClassName
{
color: #BC76AD;
}
.AnyTagClassName
{
color: #BC76AD;
}
</style>
background-color css
<style>
a { background-color: #BC76AD; }
a { background-color: rgb(188,118,173); }
div.DivClassName
{
background-color: #BC76AD;
}
.BgClassName
{
background-color: #BC76AD;
}
</style>
border-color css
<style>
span { border-color: #BC76AD; }
span { border-color: rgb(188,118,173); }
td.TdClassName
{
border-color: #BC76AD;
}
.TagClassName
{
border-color: #BC76AD;
}
</style>