Shades of Bouquet #BC71A7
Tints of Bouquet #BC71A7
RGB
CMYK
RGB Variations
Color information
#BC71A7 (or 0xBC71A7) is known color: Bouquet. HEX triplet: BC, 71 and A7. RGB value is (188,113,167). Sum of RGB (Red+Green+Blue) = 188+113+167=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC71A7 is #438E58. Grayscale: #8D8D8D. Windows color (decimal): -4427353 or 10973628. OLE color: 10973628.
HSL color Cylindrical-coordinate representation of color #BC71A7: hue angle of 316.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 #BC71A7 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 167 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.26 |
| HSL | 316.8º | 0.36% | 0.59% | - |
| HSV(B) | 316.8º | 0.4% | 0.74% | - |
| XYZ | 33.62 | 25.29 | 39.67 | - |
| YUV | 141.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 167 | 0 | 0.40 | 0.11 | 0.26 | 316.8 | 0.36 | 0.59 |
| Hex | BC | 71 | A7 | 0 | 28 | B | 1A | 13D | 24 | 3B |
| Octal | 274 | 161 | 247 | 0 | 50 | 13 | 32 | 475 | 44 | 73 |
| Binary | 10111100 | 1110001 | 10100111 | 0 | 101000 | 1011 | 11010 | 100111101 | 100100 | 111011 |
Color Harmonies of #BC71A7
Complementary color
Monochromatic Colors of #BC71A7
Black with #BC71A7
Text Example
Text Example
White with #BC71A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71A7; }
p { color: rgb(188,113,167); }
H1.HeaderClassName
{
color: #BC71A7;
}
.AnyTagClassName
{
color: #BC71A7;
}
</style>
background-color css
<style>
a { background-color: #BC71A7; }
a { background-color: rgb(188,113,167); }
div.DivClassName
{
background-color: #BC71A7;
}
.BgClassName
{
background-color: #BC71A7;
}
</style>
border-color css
<style>
span { border-color: #BC71A7; }
span { border-color: rgb(188,113,167); }
td.TdClassName
{
border-color: #BC71A7;
}
.TagClassName
{
border-color: #BC71A7;
}
</style>