Shades of Bouquet #BC72A4
Tints of Bouquet #BC72A4
RGB
CMYK
RGB Variations
Color information
#BC72A4 (or 0xBC72A4) is known color: Bouquet. HEX triplet: BC, 72 and A4. RGB value is (188,114,164). Sum of RGB (Red+Green+Blue) = 188+114+164=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72A4 is #438D5B. Grayscale: #8D8D8D. Windows color (decimal): -4427100 or 10777276. OLE color: 10777276.
HSL color Cylindrical-coordinate representation of color #BC72A4: hue angle of 319.46º degrees, saturation: 0.36, 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 #BC72A4 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 164 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.26 |
| HSL | 319.46º | 0.36% | 0.59% | - |
| HSV(B) | 319.46º | 0.39% | 0.74% | - |
| XYZ | 33.46 | 25.41 | 38.26 | - |
| YUV | 141.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 164 | 0 | 0.39 | 0.13 | 0.26 | 319.46 | 0.36 | 0.59 |
| Hex | BC | 72 | A4 | 0 | 27 | D | 1A | 13F | 24 | 3B |
| Octal | 274 | 162 | 244 | 0 | 47 | 15 | 32 | 477 | 44 | 73 |
| Binary | 10111100 | 1110010 | 10100100 | 0 | 100111 | 1101 | 11010 | 100111111 | 100100 | 111011 |
Color Harmonies of #BC72A4
Complementary color
Monochromatic Colors of #BC72A4
Black with #BC72A4
Text Example
Text Example
White with #BC72A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72A4; }
p { color: rgb(188,114,164); }
H1.HeaderClassName
{
color: #BC72A4;
}
.AnyTagClassName
{
color: #BC72A4;
}
</style>
background-color css
<style>
a { background-color: #BC72A4; }
a { background-color: rgb(188,114,164); }
div.DivClassName
{
background-color: #BC72A4;
}
.BgClassName
{
background-color: #BC72A4;
}
</style>
border-color css
<style>
span { border-color: #BC72A4; }
span { border-color: rgb(188,114,164); }
td.TdClassName
{
border-color: #BC72A4;
}
.TagClassName
{
border-color: #BC72A4;
}
</style>