Shades of Bouquet #BC70A7
Tints of Bouquet #BC70A7
RGB
CMYK
RGB Variations
Color information
#BC70A7 (or 0xBC70A7) is known color: Bouquet. HEX triplet: BC, 70 and A7. RGB value is (188,112,167). Sum of RGB (Red+Green+Blue) = 188+112+167=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC70A7 is #438F58. Grayscale: #8C8C8C. Windows color (decimal): -4427609 or 10973372. OLE color: 10973372.
HSL color Cylindrical-coordinate representation of color #BC70A7: hue angle of 316.58º 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 #BC70A7 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 167 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.26 |
| HSL | 316.58º | 0.36% | 0.59% | - |
| HSV(B) | 316.58º | 0.4% | 0.74% | - |
| XYZ | 33.51 | 25.07 | 39.63 | - |
| YUV | 140.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 167 | 0 | 0.40 | 0.11 | 0.26 | 316.58 | 0.36 | 0.59 |
| Hex | BC | 70 | A7 | 0 | 28 | B | 1A | 13D | 24 | 3B |
| Octal | 274 | 160 | 247 | 0 | 50 | 13 | 32 | 475 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10100111 | 0 | 101000 | 1011 | 11010 | 100111101 | 100100 | 111011 |
Color Harmonies of #BC70A7
Complementary color
Monochromatic Colors of #BC70A7
Black with #BC70A7
Text Example
Text Example
White with #BC70A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70A7; }
p { color: rgb(188,112,167); }
H1.HeaderClassName
{
color: #BC70A7;
}
.AnyTagClassName
{
color: #BC70A7;
}
</style>
background-color css
<style>
a { background-color: #BC70A7; }
a { background-color: rgb(188,112,167); }
div.DivClassName
{
background-color: #BC70A7;
}
.BgClassName
{
background-color: #BC70A7;
}
</style>
border-color css
<style>
span { border-color: #BC70A7; }
span { border-color: rgb(188,112,167); }
td.TdClassName
{
border-color: #BC70A7;
}
.TagClassName
{
border-color: #BC70A7;
}
</style>