Shades of Bouquet #BC78A1
Tints of Bouquet #BC78A1
RGB
CMYK
RGB Variations
Color information
#BC78A1 (or 0xBC78A1) is known color: Bouquet. HEX triplet: BC, 78 and A1. RGB value is (188,120,161). Sum of RGB (Red+Green+Blue) = 188+120+161=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC78A1 is #43875E. Grayscale: #909090. Windows color (decimal): -4425567 or 10582204. OLE color: 10582204.
HSL color Cylindrical-coordinate representation of color #BC78A1: hue angle of 323.82º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC78A1 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 161 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.26 |
| HSL | 323.82º | 0.34% | 0.6% | - |
| HSV(B) | 323.82º | 0.36% | 0.74% | - |
| XYZ | 33.89 | 26.7 | 37.09 | - |
| YUV | 145.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 161 | 0 | 0.36 | 0.14 | 0.26 | 323.82 | 0.34 | 0.6 |
| Hex | BC | 78 | A1 | 0 | 24 | E | 1A | 144 | 22 | 3C |
| Octal | 274 | 170 | 241 | 0 | 44 | 16 | 32 | 504 | 42 | 74 |
| Binary | 10111100 | 1111000 | 10100001 | 0 | 100100 | 1110 | 11010 | 101000100 | 100010 | 111100 |
Color Harmonies of #BC78A1
Complementary color
Monochromatic Colors of #BC78A1
Black with #BC78A1
Text Example
Text Example
White with #BC78A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78A1; }
p { color: rgb(188,120,161); }
H1.HeaderClassName
{
color: #BC78A1;
}
.AnyTagClassName
{
color: #BC78A1;
}
</style>
background-color css
<style>
a { background-color: #BC78A1; }
a { background-color: rgb(188,120,161); }
div.DivClassName
{
background-color: #BC78A1;
}
.BgClassName
{
background-color: #BC78A1;
}
</style>
border-color css
<style>
span { border-color: #BC78A1; }
span { border-color: rgb(188,120,161); }
td.TdClassName
{
border-color: #BC78A1;
}
.TagClassName
{
border-color: #BC78A1;
}
</style>