Shades of Bouquet #BC78A8
Tints of Bouquet #BC78A8
RGB
CMYK
RGB Variations
Color information
#BC78A8 (or 0xBC78A8) is known color: Bouquet. HEX triplet: BC, 78 and A8. RGB value is (188,120,168). Sum of RGB (Red+Green+Blue) = 188+120+168=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC78A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC78A8 is #438757. Grayscale: #919191. Windows color (decimal): -4425560 or 11040956. OLE color: 11040956.
HSL color Cylindrical-coordinate representation of color #BC78A8: hue angle of 317.65º 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 #BC78A8 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 168 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.26 |
| HSL | 317.65º | 0.34% | 0.6% | - |
| HSV(B) | 317.65º | 0.36% | 0.74% | - |
| XYZ | 34.52 | 26.95 | 40.43 | - |
| YUV | 145.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 168 | 0 | 0.36 | 0.11 | 0.26 | 317.65 | 0.34 | 0.6 |
| Hex | BC | 78 | A8 | 0 | 24 | B | 1A | 13E | 22 | 3C |
| Octal | 274 | 170 | 250 | 0 | 44 | 13 | 32 | 476 | 42 | 74 |
| Binary | 10111100 | 1111000 | 10101000 | 0 | 100100 | 1011 | 11010 | 100111110 | 100010 | 111100 |
Color Harmonies of #BC78A8
Complementary color
Monochromatic Colors of #BC78A8
Black with #BC78A8
Text Example
Text Example
White with #BC78A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78A8; }
p { color: rgb(188,120,168); }
H1.HeaderClassName
{
color: #BC78A8;
}
.AnyTagClassName
{
color: #BC78A8;
}
</style>
background-color css
<style>
a { background-color: #BC78A8; }
a { background-color: rgb(188,120,168); }
div.DivClassName
{
background-color: #BC78A8;
}
.BgClassName
{
background-color: #BC78A8;
}
</style>
border-color css
<style>
span { border-color: #BC78A8; }
span { border-color: rgb(188,120,168); }
td.TdClassName
{
border-color: #BC78A8;
}
.TagClassName
{
border-color: #BC78A8;
}
</style>