Shades of Bouquet #B778A2
Tints of Bouquet #B778A2
RGB
CMYK
RGB Variations
Color information
#B778A2 (or 0xB778A2) is known color: Bouquet. HEX triplet: B7, 78 and A2. RGB value is (183,120,162). Sum of RGB (Red+Green+Blue) = 183+120+162=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B778A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778A2 is #48875D. Grayscale: #8F8F8F. Windows color (decimal): -4753246 or 10647735. OLE color: 10647735.
HSL color Cylindrical-coordinate representation of color #B778A2: hue angle of 320º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B778A2 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 162 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.28 |
| HSL | 320º | 0.3% | 0.59% | - |
| HSV(B) | 320º | 0.34% | 0.72% | - |
| XYZ | 32.77 | 26.11 | 37.49 | - |
| YUV | 143.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 162 | 0 | 0.34 | 0.11 | 0.28 | 320 | 0.3 | 0.59 |
| Hex | B7 | 78 | A2 | 0 | 22 | B | 1C | 140 | 1E | 3B |
| Octal | 267 | 170 | 242 | 0 | 42 | 13 | 34 | 500 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10100010 | 0 | 100010 | 1011 | 11100 | 101000000 | 11110 | 111011 |
Color Harmonies of #B778A2
Complementary color
Monochromatic Colors of #B778A2
Black with #B778A2
Text Example
Text Example
White with #B778A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778A2; }
p { color: rgb(183,120,162); }
H1.HeaderClassName
{
color: #B778A2;
}
.AnyTagClassName
{
color: #B778A2;
}
</style>
background-color css
<style>
a { background-color: #B778A2; }
a { background-color: rgb(183,120,162); }
div.DivClassName
{
background-color: #B778A2;
}
.BgClassName
{
background-color: #B778A2;
}
</style>
border-color css
<style>
span { border-color: #B778A2; }
span { border-color: rgb(183,120,162); }
td.TdClassName
{
border-color: #B778A2;
}
.TagClassName
{
border-color: #B778A2;
}
</style>