Shades of Bouquet #BC70A9
Tints of Bouquet #BC70A9
RGB
CMYK
RGB Variations
Color information
#BC70A9 (or 0xBC70A9) is known color: Bouquet. HEX triplet: BC, 70 and A9. RGB value is (188,112,169). Sum of RGB (Red+Green+Blue) = 188+112+169=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC70A9 is #438F56. Grayscale: #8D8D8D. Windows color (decimal): -4427607 or 11104444. OLE color: 11104444.
HSL color Cylindrical-coordinate representation of color #BC70A9: hue angle of 315º 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 #BC70A9 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 169 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.26 |
| HSL | 315º | 0.36% | 0.59% | - |
| HSV(B) | 315º | 0.4% | 0.74% | - |
| XYZ | 33.69 | 25.14 | 40.61 | - |
| YUV | 141.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 169 | 0 | 0.40 | 0.10 | 0.26 | 315 | 0.36 | 0.59 |
| Hex | BC | 70 | A9 | 0 | 28 | A | 1A | 13B | 24 | 3B |
| Octal | 274 | 160 | 251 | 0 | 50 | 12 | 32 | 473 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10101001 | 0 | 101000 | 1010 | 11010 | 100111011 | 100100 | 111011 |
Color Harmonies of #BC70A9
Complementary color
Monochromatic Colors of #BC70A9
Black with #BC70A9
Text Example
Text Example
White with #BC70A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70A9; }
p { color: rgb(188,112,169); }
H1.HeaderClassName
{
color: #BC70A9;
}
.AnyTagClassName
{
color: #BC70A9;
}
</style>
background-color css
<style>
a { background-color: #BC70A9; }
a { background-color: rgb(188,112,169); }
div.DivClassName
{
background-color: #BC70A9;
}
.BgClassName
{
background-color: #BC70A9;
}
</style>
border-color css
<style>
span { border-color: #BC70A9; }
span { border-color: rgb(188,112,169); }
td.TdClassName
{
border-color: #BC70A9;
}
.TagClassName
{
border-color: #BC70A9;
}
</style>