Shades of Bouquet #BC73AC
Tints of Bouquet #BC73AC
RGB
CMYK
RGB Variations
Color information
#BC73AC (or 0xBC73AC) is known color: Bouquet. HEX triplet: BC, 73 and AC. RGB value is (188,115,172). Sum of RGB (Red+Green+Blue) = 188+115+172=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC73AC is #438C53. Grayscale: #8F8F8F. Windows color (decimal): -4426836 or 11301820. OLE color: 11301820.
HSL color Cylindrical-coordinate representation of color #BC73AC: hue angle of 313.15º 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 #BC73AC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 172 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.26 |
| HSL | 313.15º | 0.35% | 0.59% | - |
| HSV(B) | 313.15º | 0.39% | 0.74% | - |
| XYZ | 34.32 | 25.93 | 42.23 | - |
| YUV | 143.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 172 | 0 | 0.39 | 0.09 | 0.26 | 313.15 | 0.35 | 0.59 |
| Hex | BC | 73 | AC | 0 | 27 | 9 | 1A | 139 | 23 | 3B |
| Octal | 274 | 163 | 254 | 0 | 47 | 11 | 32 | 471 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10101100 | 0 | 100111 | 1001 | 11010 | 100111001 | 100011 | 111011 |
Color Harmonies of #BC73AC
Complementary color
Monochromatic Colors of #BC73AC
Black with #BC73AC
Text Example
Text Example
White with #BC73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73AC; }
p { color: rgb(188,115,172); }
H1.HeaderClassName
{
color: #BC73AC;
}
.AnyTagClassName
{
color: #BC73AC;
}
</style>
background-color css
<style>
a { background-color: #BC73AC; }
a { background-color: rgb(188,115,172); }
div.DivClassName
{
background-color: #BC73AC;
}
.BgClassName
{
background-color: #BC73AC;
}
</style>
border-color css
<style>
span { border-color: #BC73AC; }
span { border-color: rgb(188,115,172); }
td.TdClassName
{
border-color: #BC73AC;
}
.TagClassName
{
border-color: #BC73AC;
}
</style>