Shades of Bouquet #BC71A2
Tints of Bouquet #BC71A2
RGB
CMYK
RGB Variations
Color information
#BC71A2 (or 0xBC71A2) is known color: Bouquet. HEX triplet: BC, 71 and A2. RGB value is (188,113,162). Sum of RGB (Red+Green+Blue) = 188+113+162=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC71A2 is #438E5D. Grayscale: #8C8C8C. Windows color (decimal): -4427358 or 10645948. OLE color: 10645948.
HSL color Cylindrical-coordinate representation of color #BC71A2: hue angle of 320.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 #BC71A2 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 162 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.26 |
| HSL | 320.8º | 0.36% | 0.59% | - |
| HSV(B) | 320.8º | 0.4% | 0.74% | - |
| XYZ | 33.17 | 25.11 | 37.28 | - |
| YUV | 141.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 162 | 0 | 0.40 | 0.14 | 0.26 | 320.8 | 0.36 | 0.59 |
| Hex | BC | 71 | A2 | 0 | 28 | E | 1A | 141 | 24 | 3B |
| Octal | 274 | 161 | 242 | 0 | 50 | 16 | 32 | 501 | 44 | 73 |
| Binary | 10111100 | 1110001 | 10100010 | 0 | 101000 | 1110 | 11010 | 101000001 | 100100 | 111011 |
Color Harmonies of #BC71A2
Complementary color
Monochromatic Colors of #BC71A2
Black with #BC71A2
Text Example
Text Example
White with #BC71A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71A2; }
p { color: rgb(188,113,162); }
H1.HeaderClassName
{
color: #BC71A2;
}
.AnyTagClassName
{
color: #BC71A2;
}
</style>
background-color css
<style>
a { background-color: #BC71A2; }
a { background-color: rgb(188,113,162); }
div.DivClassName
{
background-color: #BC71A2;
}
.BgClassName
{
background-color: #BC71A2;
}
</style>
border-color css
<style>
span { border-color: #BC71A2; }
span { border-color: rgb(188,113,162); }
td.TdClassName
{
border-color: #BC71A2;
}
.TagClassName
{
border-color: #BC71A2;
}
</style>