Shades of Bouquet #BC73A8
Tints of Bouquet #BC73A8
RGB
CMYK
RGB Variations
Color information
#BC73A8 (or 0xBC73A8) is known color: Bouquet. HEX triplet: BC, 73 and A8. RGB value is (188,115,168). Sum of RGB (Red+Green+Blue) = 188+115+168=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC73A8 is #438C57. Grayscale: #8E8E8E. Windows color (decimal): -4426840 or 11039676. OLE color: 11039676.
HSL color Cylindrical-coordinate representation of color #BC73A8: hue angle of 316.44º 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 #BC73A8 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 168 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.26 |
| HSL | 316.44º | 0.35% | 0.59% | - |
| HSV(B) | 316.44º | 0.39% | 0.74% | - |
| XYZ | 33.94 | 25.78 | 40.23 | - |
| YUV | 142.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 168 | 0 | 0.39 | 0.11 | 0.26 | 316.44 | 0.35 | 0.59 |
| Hex | BC | 73 | A8 | 0 | 27 | B | 1A | 13C | 23 | 3B |
| Octal | 274 | 163 | 250 | 0 | 47 | 13 | 32 | 474 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10101000 | 0 | 100111 | 1011 | 11010 | 100111100 | 100011 | 111011 |
Color Harmonies of #BC73A8
Complementary color
Monochromatic Colors of #BC73A8
Black with #BC73A8
Text Example
Text Example
White with #BC73A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73A8; }
p { color: rgb(188,115,168); }
H1.HeaderClassName
{
color: #BC73A8;
}
.AnyTagClassName
{
color: #BC73A8;
}
</style>
background-color css
<style>
a { background-color: #BC73A8; }
a { background-color: rgb(188,115,168); }
div.DivClassName
{
background-color: #BC73A8;
}
.BgClassName
{
background-color: #BC73A8;
}
</style>
border-color css
<style>
span { border-color: #BC73A8; }
span { border-color: rgb(188,115,168); }
td.TdClassName
{
border-color: #BC73A8;
}
.TagClassName
{
border-color: #BC73A8;
}
</style>