Shades of Bouquet #BC7DA1
Tints of Bouquet #BC7DA1
RGB
CMYK
RGB Variations
Color information
#BC7DA1 (or 0xBC7DA1) is known color: Bouquet. HEX triplet: BC, 7D and A1. RGB value is (188,125,161). Sum of RGB (Red+Green+Blue) = 188+125+161=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7DA1 is #43825E. Grayscale: #939393. Windows color (decimal): -4424287 or 10583484. OLE color: 10583484.
HSL color Cylindrical-coordinate representation of color #BC7DA1: hue angle of 325.71º 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 #BC7DA1 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 161 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.26 |
| HSL | 325.71º | 0.32% | 0.61% | - |
| HSV(B) | 325.71º | 0.34% | 0.74% | - |
| XYZ | 34.51 | 27.93 | 37.29 | - |
| YUV | 147.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 161 | 0 | 0.34 | 0.14 | 0.26 | 325.71 | 0.32 | 0.61 |
| Hex | BC | 7D | A1 | 0 | 22 | E | 1A | 146 | 20 | 3D |
| Octal | 274 | 175 | 241 | 0 | 42 | 16 | 32 | 506 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10100001 | 0 | 100010 | 1110 | 11010 | 101000110 | 100000 | 111101 |
Color Harmonies of #BC7DA1
Complementary color
Monochromatic Colors of #BC7DA1
Black with #BC7DA1
Text Example
Text Example
White with #BC7DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DA1; }
p { color: rgb(188,125,161); }
H1.HeaderClassName
{
color: #BC7DA1;
}
.AnyTagClassName
{
color: #BC7DA1;
}
</style>
background-color css
<style>
a { background-color: #BC7DA1; }
a { background-color: rgb(188,125,161); }
div.DivClassName
{
background-color: #BC7DA1;
}
.BgClassName
{
background-color: #BC7DA1;
}
</style>
border-color css
<style>
span { border-color: #BC7DA1; }
span { border-color: rgb(188,125,161); }
td.TdClassName
{
border-color: #BC7DA1;
}
.TagClassName
{
border-color: #BC7DA1;
}
</style>