Shades of Bouquet #B778A1
Tints of Bouquet #B778A1
RGB
CMYK
RGB Variations
Color information
#B778A1 (or 0xB778A1) is known color: Bouquet. HEX triplet: B7, 78 and A1. RGB value is (183,120,161). Sum of RGB (Red+Green+Blue) = 183+120+161=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B778A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778A1 is #48875E. Grayscale: #8F8F8F. Windows color (decimal): -4753247 or 10582199. OLE color: 10582199.
HSL color Cylindrical-coordinate representation of color #B778A1: hue angle of 320.95º 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 #B778A1 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 161 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.28 |
| HSL | 320.95º | 0.3% | 0.59% | - |
| HSV(B) | 320.95º | 0.34% | 0.72% | - |
| XYZ | 32.68 | 26.07 | 37.03 | - |
| YUV | 143.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 161 | 0 | 0.34 | 0.12 | 0.28 | 320.95 | 0.3 | 0.59 |
| Hex | B7 | 78 | A1 | 0 | 22 | C | 1C | 141 | 1E | 3B |
| Octal | 267 | 170 | 241 | 0 | 42 | 14 | 34 | 501 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10100001 | 0 | 100010 | 1100 | 11100 | 101000001 | 11110 | 111011 |
Color Harmonies of #B778A1
Complementary color
Monochromatic Colors of #B778A1
Black with #B778A1
Text Example
Text Example
White with #B778A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778A1; }
p { color: rgb(183,120,161); }
H1.HeaderClassName
{
color: #B778A1;
}
.AnyTagClassName
{
color: #B778A1;
}
</style>
background-color css
<style>
a { background-color: #B778A1; }
a { background-color: rgb(183,120,161); }
div.DivClassName
{
background-color: #B778A1;
}
.BgClassName
{
background-color: #B778A1;
}
</style>
border-color css
<style>
span { border-color: #B778A1; }
span { border-color: rgb(183,120,161); }
td.TdClassName
{
border-color: #B778A1;
}
.TagClassName
{
border-color: #B778A1;
}
</style>