Shades of Bouquet #BC7DA7
Tints of Bouquet #BC7DA7
RGB
CMYK
RGB Variations
Color information
#BC7DA7 (or 0xBC7DA7) is known color: Bouquet. HEX triplet: BC, 7D and A7. RGB value is (188,125,167). Sum of RGB (Red+Green+Blue) = 188+125+167=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7DA7 is #438258. Grayscale: #949494. Windows color (decimal): -4424281 or 10976700. OLE color: 10976700.
HSL color Cylindrical-coordinate representation of color #BC7DA7: hue angle of 320º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7DA7 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 167 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.26 |
| HSL | 320º | 0.32% | 0.61% | - |
| HSV(B) | 320º | 0.34% | 0.74% | - |
| XYZ | 35.05 | 28.15 | 40.15 | - |
| YUV | 148.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 167 | 0 | 0.34 | 0.11 | 0.26 | 320 | 0.32 | 0.61 |
| Hex | BC | 7D | A7 | 0 | 22 | B | 1A | 140 | 20 | 3D |
| Octal | 274 | 175 | 247 | 0 | 42 | 13 | 32 | 500 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10100111 | 0 | 100010 | 1011 | 11010 | 101000000 | 100000 | 111101 |
Color Harmonies of #BC7DA7
Complementary color
Monochromatic Colors of #BC7DA7
Black with #BC7DA7
Text Example
Text Example
White with #BC7DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DA7; }
p { color: rgb(188,125,167); }
H1.HeaderClassName
{
color: #BC7DA7;
}
.AnyTagClassName
{
color: #BC7DA7;
}
</style>
background-color css
<style>
a { background-color: #BC7DA7; }
a { background-color: rgb(188,125,167); }
div.DivClassName
{
background-color: #BC7DA7;
}
.BgClassName
{
background-color: #BC7DA7;
}
</style>
border-color css
<style>
span { border-color: #BC7DA7; }
span { border-color: rgb(188,125,167); }
td.TdClassName
{
border-color: #BC7DA7;
}
.TagClassName
{
border-color: #BC7DA7;
}
</style>