Shades of Bouquet #B3739D
Tints of Bouquet #B3739D
RGB
CMYK
RGB Variations
Color information
#B3739D (or 0xB3739D) is known color: Bouquet. HEX triplet: B3, 73 and 9D. RGB value is (179,115,157). Sum of RGB (Red+Green+Blue) = 179+115+157=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3739D is #4C8C62. Grayscale: #8A8A8A. Windows color (decimal): -5016675 or 10318771. OLE color: 10318771.
HSL color Cylindrical-coordinate representation of color #B3739D: hue angle of 320.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3739D is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 157 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.30 |
| HSL | 320.63º | 0.3% | 0.58% | - |
| HSV(B) | 320.63º | 0.36% | 0.7% | - |
| XYZ | 30.81 | 24.28 | 34.96 | - |
| YUV | 138.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 157 | 0 | 0.36 | 0.12 | 0.30 | 320.63 | 0.3 | 0.58 |
| Hex | B3 | 73 | 9D | 0 | 24 | C | 1E | 141 | 1E | 3A |
| Octal | 263 | 163 | 235 | 0 | 44 | 14 | 36 | 501 | 36 | 72 |
| Binary | 10110011 | 1110011 | 10011101 | 0 | 100100 | 1100 | 11110 | 101000001 | 11110 | 111010 |
Color Harmonies of #B3739D
Complementary color
Monochromatic Colors of #B3739D
Black with #B3739D
Text Example
Text Example
White with #B3739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3739D; }
p { color: rgb(179,115,157); }
H1.HeaderClassName
{
color: #B3739D;
}
.AnyTagClassName
{
color: #B3739D;
}
</style>
background-color css
<style>
a { background-color: #B3739D; }
a { background-color: rgb(179,115,157); }
div.DivClassName
{
background-color: #B3739D;
}
.BgClassName
{
background-color: #B3739D;
}
</style>
border-color css
<style>
span { border-color: #B3739D; }
span { border-color: rgb(179,115,157); }
td.TdClassName
{
border-color: #B3739D;
}
.TagClassName
{
border-color: #B3739D;
}
</style>