Shades of Bouquet #B3799D
Tints of Bouquet #B3799D
RGB
CMYK
RGB Variations
Color information
#B3799D (or 0xB3799D) is known color: Bouquet. HEX triplet: B3, 79 and 9D. RGB value is (179,121,157). Sum of RGB (Red+Green+Blue) = 179+121+157=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B3799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3799D is #4C8662. Grayscale: #8E8E8E. Windows color (decimal): -5015139 or 10320307. OLE color: 10320307.
HSL color Cylindrical-coordinate representation of color #B3799D: hue angle of 322.76º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3799D is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 157 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.30 |
| HSL | 322.76º | 0.28% | 0.59% | - |
| HSV(B) | 322.76º | 0.32% | 0.7% | - |
| XYZ | 31.51 | 25.69 | 35.2 | - |
| YUV | 142.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 157 | 0 | 0.32 | 0.12 | 0.30 | 322.76 | 0.28 | 0.59 |
| Hex | B3 | 79 | 9D | 0 | 20 | C | 1E | 143 | 1C | 3B |
| Octal | 263 | 171 | 235 | 0 | 40 | 14 | 36 | 503 | 34 | 73 |
| Binary | 10110011 | 1111001 | 10011101 | 0 | 100000 | 1100 | 11110 | 101000011 | 11100 | 111011 |
Color Harmonies of #B3799D
Complementary color
Monochromatic Colors of #B3799D
Black with #B3799D
Text Example
Text Example
White with #B3799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3799D; }
p { color: rgb(179,121,157); }
H1.HeaderClassName
{
color: #B3799D;
}
.AnyTagClassName
{
color: #B3799D;
}
</style>
background-color css
<style>
a { background-color: #B3799D; }
a { background-color: rgb(179,121,157); }
div.DivClassName
{
background-color: #B3799D;
}
.BgClassName
{
background-color: #B3799D;
}
</style>
border-color css
<style>
span { border-color: #B3799D; }
span { border-color: rgb(179,121,157); }
td.TdClassName
{
border-color: #B3799D;
}
.TagClassName
{
border-color: #B3799D;
}
</style>