Shades of Bouquet #BC7A9E
Tints of Bouquet #BC7A9E
RGB
CMYK
RGB Variations
Color information
#BC7A9E (or 0xBC7A9E) is known color: Bouquet. HEX triplet: BC, 7A and 9E. RGB value is (188,122,158). Sum of RGB (Red+Green+Blue) = 188+122+158=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7A9E is #438561. Grayscale: #919191. Windows color (decimal): -4425058 or 10386108. OLE color: 10386108.
HSL color Cylindrical-coordinate representation of color #BC7A9E: hue angle of 327.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7A9E is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 158 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.26 |
| HSL | 327.27º | 0.33% | 0.61% | - |
| HSV(B) | 327.27º | 0.35% | 0.74% | - |
| XYZ | 33.87 | 27.08 | 35.79 | - |
| YUV | 145.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 158 | 0 | 0.35 | 0.16 | 0.26 | 327.27 | 0.33 | 0.61 |
| Hex | BC | 7A | 9E | 0 | 23 | 10 | 1A | 147 | 21 | 3D |
| Octal | 274 | 172 | 236 | 0 | 43 | 20 | 32 | 507 | 41 | 75 |
| Binary | 10111100 | 1111010 | 10011110 | 0 | 100011 | 10000 | 11010 | 101000111 | 100001 | 111101 |
Color Harmonies of #BC7A9E
Complementary color
Monochromatic Colors of #BC7A9E
Black with #BC7A9E
Text Example
Text Example
White with #BC7A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A9E; }
p { color: rgb(188,122,158); }
H1.HeaderClassName
{
color: #BC7A9E;
}
.AnyTagClassName
{
color: #BC7A9E;
}
</style>
background-color css
<style>
a { background-color: #BC7A9E; }
a { background-color: rgb(188,122,158); }
div.DivClassName
{
background-color: #BC7A9E;
}
.BgClassName
{
background-color: #BC7A9E;
}
</style>
border-color css
<style>
span { border-color: #BC7A9E; }
span { border-color: rgb(188,122,158); }
td.TdClassName
{
border-color: #BC7A9E;
}
.TagClassName
{
border-color: #BC7A9E;
}
</style>