Shades of Bouquet #B3779D
Tints of Bouquet #B3779D
RGB
CMYK
RGB Variations
Color information
#B3779D (or 0xB3779D) is known color: Bouquet. HEX triplet: B3, 77 and 9D. RGB value is (179,119,157). Sum of RGB (Red+Green+Blue) = 179+119+157=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3779D is #4C8862. Grayscale: #8D8D8D. Windows color (decimal): -5015651 or 10319795. OLE color: 10319795.
HSL color Cylindrical-coordinate representation of color #B3779D: hue angle of 322º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3779D is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 157 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.30 |
| HSL | 322º | 0.28% | 0.58% | - |
| HSV(B) | 322º | 0.34% | 0.7% | - |
| XYZ | 31.27 | 25.21 | 35.12 | - |
| YUV | 141.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 157 | 0 | 0.34 | 0.12 | 0.30 | 322 | 0.28 | 0.58 |
| Hex | B3 | 77 | 9D | 0 | 22 | C | 1E | 142 | 1C | 3A |
| Octal | 263 | 167 | 235 | 0 | 42 | 14 | 36 | 502 | 34 | 72 |
| Binary | 10110011 | 1110111 | 10011101 | 0 | 100010 | 1100 | 11110 | 101000010 | 11100 | 111010 |
Color Harmonies of #B3779D
Complementary color
Monochromatic Colors of #B3779D
Black with #B3779D
Text Example
Text Example
White with #B3779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3779D; }
p { color: rgb(179,119,157); }
H1.HeaderClassName
{
color: #B3779D;
}
.AnyTagClassName
{
color: #B3779D;
}
</style>
background-color css
<style>
a { background-color: #B3779D; }
a { background-color: rgb(179,119,157); }
div.DivClassName
{
background-color: #B3779D;
}
.BgClassName
{
background-color: #B3779D;
}
</style>
border-color css
<style>
span { border-color: #B3779D; }
span { border-color: rgb(179,119,157); }
td.TdClassName
{
border-color: #B3779D;
}
.TagClassName
{
border-color: #B3779D;
}
</style>