Shades of Bouquet #B6719D
Tints of Bouquet #B6719D
RGB
CMYK
RGB Variations
Color information
#B6719D (or 0xB6719D) is known color: Bouquet. HEX triplet: B6, 71 and 9D. RGB value is (182,113,157). Sum of RGB (Red+Green+Blue) = 182+113+157=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6719D is #498E62. Grayscale: #8A8A8A. Windows color (decimal): -4820579 or 10318262. OLE color: 10318262.
HSL color Cylindrical-coordinate representation of color #B6719D: hue angle of 321.74º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6719D is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 157 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.29 |
| HSL | 321.74º | 0.32% | 0.58% | - |
| HSV(B) | 321.74º | 0.38% | 0.71% | - |
| XYZ | 31.28 | 24.19 | 34.92 | - |
| YUV | 138.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 157 | 0 | 0.38 | 0.14 | 0.29 | 321.74 | 0.32 | 0.58 |
| Hex | B6 | 71 | 9D | 0 | 26 | E | 1D | 142 | 20 | 3A |
| Octal | 266 | 161 | 235 | 0 | 46 | 16 | 35 | 502 | 40 | 72 |
| Binary | 10110110 | 1110001 | 10011101 | 0 | 100110 | 1110 | 11101 | 101000010 | 100000 | 111010 |
Color Harmonies of #B6719D
Complementary color
Monochromatic Colors of #B6719D
Black with #B6719D
Text Example
Text Example
White with #B6719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6719D; }
p { color: rgb(182,113,157); }
H1.HeaderClassName
{
color: #B6719D;
}
.AnyTagClassName
{
color: #B6719D;
}
</style>
background-color css
<style>
a { background-color: #B6719D; }
a { background-color: rgb(182,113,157); }
div.DivClassName
{
background-color: #B6719D;
}
.BgClassName
{
background-color: #B6719D;
}
</style>
border-color css
<style>
span { border-color: #B6719D; }
span { border-color: rgb(182,113,157); }
td.TdClassName
{
border-color: #B6719D;
}
.TagClassName
{
border-color: #B6719D;
}
</style>