Shades of Bouquet #B776A8
Tints of Bouquet #B776A8
RGB
CMYK
RGB Variations
Color information
#B776A8 (or 0xB776A8) is known color: Bouquet. HEX triplet: B7, 76 and A8. RGB value is (183,118,168). Sum of RGB (Red+Green+Blue) = 183+118+168=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B776A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B776A8 is #488957. Grayscale: #8E8E8E. Windows color (decimal): -4753752 or 11040439. OLE color: 11040439.
HSL color Cylindrical-coordinate representation of color #B776A8: hue angle of 313.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B776A8 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 168 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.28 |
| HSL | 313.85º | 0.31% | 0.59% | - |
| HSV(B) | 313.85º | 0.36% | 0.72% | - |
| XYZ | 33.07 | 25.85 | 40.29 | - |
| YUV | 143.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 168 | 0 | 0.36 | 0.08 | 0.28 | 313.85 | 0.31 | 0.59 |
| Hex | B7 | 76 | A8 | 0 | 24 | 8 | 1C | 13A | 1F | 3B |
| Octal | 267 | 166 | 250 | 0 | 44 | 10 | 34 | 472 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10101000 | 0 | 100100 | 1000 | 11100 | 100111010 | 11111 | 111011 |
Color Harmonies of #B776A8
Complementary color
Monochromatic Colors of #B776A8
Black with #B776A8
Text Example
Text Example
White with #B776A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B776A8; }
p { color: rgb(183,118,168); }
H1.HeaderClassName
{
color: #B776A8;
}
.AnyTagClassName
{
color: #B776A8;
}
</style>
background-color css
<style>
a { background-color: #B776A8; }
a { background-color: rgb(183,118,168); }
div.DivClassName
{
background-color: #B776A8;
}
.BgClassName
{
background-color: #B776A8;
}
</style>
border-color css
<style>
span { border-color: #B776A8; }
span { border-color: rgb(183,118,168); }
td.TdClassName
{
border-color: #B776A8;
}
.TagClassName
{
border-color: #B776A8;
}
</style>