Shades of Bouquet #BC72A7
Tints of Bouquet #BC72A7
RGB
CMYK
RGB Variations
Color information
#BC72A7 (or 0xBC72A7) is known color: Bouquet. HEX triplet: BC, 72 and A7. RGB value is (188,114,167). Sum of RGB (Red+Green+Blue) = 188+114+167=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72A7 is #438D58. Grayscale: #8E8E8E. Windows color (decimal): -4427097 or 10973884. OLE color: 10973884.
HSL color Cylindrical-coordinate representation of color #BC72A7: hue angle of 317.03º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC72A7 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 167 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.26 |
| HSL | 317.03º | 0.36% | 0.59% | - |
| HSV(B) | 317.03º | 0.39% | 0.74% | - |
| XYZ | 33.73 | 25.52 | 39.71 | - |
| YUV | 142.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 167 | 0 | 0.39 | 0.11 | 0.26 | 317.03 | 0.36 | 0.59 |
| Hex | BC | 72 | A7 | 0 | 27 | B | 1A | 13D | 24 | 3B |
| Octal | 274 | 162 | 247 | 0 | 47 | 13 | 32 | 475 | 44 | 73 |
| Binary | 10111100 | 1110010 | 10100111 | 0 | 100111 | 1011 | 11010 | 100111101 | 100100 | 111011 |
Color Harmonies of #BC72A7
Complementary color
Monochromatic Colors of #BC72A7
Black with #BC72A7
Text Example
Text Example
White with #BC72A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72A7; }
p { color: rgb(188,114,167); }
H1.HeaderClassName
{
color: #BC72A7;
}
.AnyTagClassName
{
color: #BC72A7;
}
</style>
background-color css
<style>
a { background-color: #BC72A7; }
a { background-color: rgb(188,114,167); }
div.DivClassName
{
background-color: #BC72A7;
}
.BgClassName
{
background-color: #BC72A7;
}
</style>
border-color css
<style>
span { border-color: #BC72A7; }
span { border-color: rgb(188,114,167); }
td.TdClassName
{
border-color: #BC72A7;
}
.TagClassName
{
border-color: #BC72A7;
}
</style>