Shades of Bouquet #BC73A1
Tints of Bouquet #BC73A1
RGB
CMYK
RGB Variations
Color information
#BC73A1 (or 0xBC73A1) is known color: Bouquet. HEX triplet: BC, 73 and A1. RGB value is (188,115,161). Sum of RGB (Red+Green+Blue) = 188+115+161=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC73A1 is #438C5E. Grayscale: #8D8D8D. Windows color (decimal): -4426847 or 10580924. OLE color: 10580924.
HSL color Cylindrical-coordinate representation of color #BC73A1: hue angle of 322.19º degrees, saturation: 0.35, 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 #BC73A1 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 161 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.26 |
| HSL | 322.19º | 0.35% | 0.59% | - |
| HSV(B) | 322.19º | 0.39% | 0.74% | - |
| XYZ | 33.3 | 25.53 | 36.89 | - |
| YUV | 142.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 161 | 0 | 0.39 | 0.14 | 0.26 | 322.19 | 0.35 | 0.59 |
| Hex | BC | 73 | A1 | 0 | 27 | E | 1A | 142 | 23 | 3B |
| Octal | 274 | 163 | 241 | 0 | 47 | 16 | 32 | 502 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10100001 | 0 | 100111 | 1110 | 11010 | 101000010 | 100011 | 111011 |
Color Harmonies of #BC73A1
Complementary color
Monochromatic Colors of #BC73A1
Black with #BC73A1
Text Example
Text Example
White with #BC73A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73A1; }
p { color: rgb(188,115,161); }
H1.HeaderClassName
{
color: #BC73A1;
}
.AnyTagClassName
{
color: #BC73A1;
}
</style>
background-color css
<style>
a { background-color: #BC73A1; }
a { background-color: rgb(188,115,161); }
div.DivClassName
{
background-color: #BC73A1;
}
.BgClassName
{
background-color: #BC73A1;
}
</style>
border-color css
<style>
span { border-color: #BC73A1; }
span { border-color: rgb(188,115,161); }
td.TdClassName
{
border-color: #BC73A1;
}
.TagClassName
{
border-color: #BC73A1;
}
</style>