Shades of Bouquet #B4779D
Tints of Bouquet #B4779D
RGB
CMYK
RGB Variations
Color information
#B4779D (or 0xB4779D) is known color: Bouquet. HEX triplet: B4, 77 and 9D. RGB value is (180,119,157). Sum of RGB (Red+Green+Blue) = 180+119+157=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4779D is #4B8862. Grayscale: #8D8D8D. Windows color (decimal): -4950115 or 10319796. OLE color: 10319796.
HSL color Cylindrical-coordinate representation of color #B4779D: hue angle of 322.62º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4779D is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 157 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.29 |
| HSL | 322.62º | 0.29% | 0.59% | - |
| HSV(B) | 322.62º | 0.34% | 0.71% | - |
| XYZ | 31.51 | 25.33 | 35.13 | - |
| YUV | 141.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 157 | 0 | 0.34 | 0.13 | 0.29 | 322.62 | 0.29 | 0.59 |
| Hex | B4 | 77 | 9D | 0 | 22 | D | 1D | 143 | 1D | 3B |
| Octal | 264 | 167 | 235 | 0 | 42 | 15 | 35 | 503 | 35 | 73 |
| Binary | 10110100 | 1110111 | 10011101 | 0 | 100010 | 1101 | 11101 | 101000011 | 11101 | 111011 |
Color Harmonies of #B4779D
Complementary color
Monochromatic Colors of #B4779D
Black with #B4779D
Text Example
Text Example
White with #B4779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4779D; }
p { color: rgb(180,119,157); }
H1.HeaderClassName
{
color: #B4779D;
}
.AnyTagClassName
{
color: #B4779D;
}
</style>
background-color css
<style>
a { background-color: #B4779D; }
a { background-color: rgb(180,119,157); }
div.DivClassName
{
background-color: #B4779D;
}
.BgClassName
{
background-color: #B4779D;
}
</style>
border-color css
<style>
span { border-color: #B4779D; }
span { border-color: rgb(180,119,157); }
td.TdClassName
{
border-color: #B4779D;
}
.TagClassName
{
border-color: #B4779D;
}
</style>