Shades of Bouquet #BC71AC
Tints of Bouquet #BC71AC
RGB
CMYK
RGB Variations
Color information
#BC71AC (or 0xBC71AC) is known color: Bouquet. HEX triplet: BC, 71 and AC. RGB value is (188,113,172). Sum of RGB (Red+Green+Blue) = 188+113+172=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC71AC is #438E53. Grayscale: #8D8D8D. Windows color (decimal): -4427348 or 11301308. OLE color: 11301308.
HSL color Cylindrical-coordinate representation of color #BC71AC: hue angle of 312.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC71AC is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 172 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.26 |
| HSL | 312.8º | 0.36% | 0.59% | - |
| HSV(B) | 312.8º | 0.4% | 0.74% | - |
| XYZ | 34.09 | 25.48 | 42.15 | - |
| YUV | 142.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 172 | 0 | 0.40 | 0.09 | 0.26 | 312.8 | 0.36 | 0.59 |
| Hex | BC | 71 | AC | 0 | 28 | 9 | 1A | 139 | 24 | 3B |
| Octal | 274 | 161 | 254 | 0 | 50 | 11 | 32 | 471 | 44 | 73 |
| Binary | 10111100 | 1110001 | 10101100 | 0 | 101000 | 1001 | 11010 | 100111001 | 100100 | 111011 |
Color Harmonies of #BC71AC
Complementary color
Monochromatic Colors of #BC71AC
Black with #BC71AC
Text Example
Text Example
White with #BC71AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71AC; }
p { color: rgb(188,113,172); }
H1.HeaderClassName
{
color: #BC71AC;
}
.AnyTagClassName
{
color: #BC71AC;
}
</style>
background-color css
<style>
a { background-color: #BC71AC; }
a { background-color: rgb(188,113,172); }
div.DivClassName
{
background-color: #BC71AC;
}
.BgClassName
{
background-color: #BC71AC;
}
</style>
border-color css
<style>
span { border-color: #BC71AC; }
span { border-color: rgb(188,113,172); }
td.TdClassName
{
border-color: #BC71AC;
}
.TagClassName
{
border-color: #BC71AC;
}
</style>