Shades of Bouquet #B6659E
Tints of Bouquet #B6659E
RGB
CMYK
RGB Variations
Color information
#B6659E (or 0xB6659E) is known color: Bouquet. HEX triplet: B6, 65 and 9E. RGB value is (182,101,158). Sum of RGB (Red+Green+Blue) = 182+101+158=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6659E is #499A61. Grayscale: #838383. Windows color (decimal): -4823650 or 10380726. OLE color: 10380726.
HSL color Cylindrical-coordinate representation of color #B6659E: hue angle of 317.78º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6659E is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 101 | 158 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.29 |
| HSL | 317.78º | 0.36% | 0.55% | - |
| HSV(B) | 317.78º | 0.45% | 0.71% | - |
| XYZ | 30.12 | 21.72 | 34.95 | - |
| YUV | 131.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 158 | 0 | 0.45 | 0.13 | 0.29 | 317.78 | 0.36 | 0.55 |
| Hex | B6 | 65 | 9E | 0 | 2D | D | 1D | 13E | 24 | 37 |
| Octal | 266 | 145 | 236 | 0 | 55 | 15 | 35 | 476 | 44 | 67 |
| Binary | 10110110 | 1100101 | 10011110 | 0 | 101101 | 1101 | 11101 | 100111110 | 100100 | 110111 |
Color Harmonies of #B6659E
Complementary color
Monochromatic Colors of #B6659E
Black with #B6659E
Text Example
Text Example
White with #B6659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6659E; }
p { color: rgb(182,101,158); }
H1.HeaderClassName
{
color: #B6659E;
}
.AnyTagClassName
{
color: #B6659E;
}
</style>
background-color css
<style>
a { background-color: #B6659E; }
a { background-color: rgb(182,101,158); }
div.DivClassName
{
background-color: #B6659E;
}
.BgClassName
{
background-color: #B6659E;
}
</style>
border-color css
<style>
span { border-color: #B6659E; }
span { border-color: rgb(182,101,158); }
td.TdClassName
{
border-color: #B6659E;
}
.TagClassName
{
border-color: #B6659E;
}
</style>