Shades of Bouquet #B36EA0
Tints of Bouquet #B36EA0
RGB
CMYK
RGB Variations
Color information
#B36EA0 (or 0xB36EA0) is known color: Bouquet. HEX triplet: B3, 6E and A0. RGB value is (179,110,160). Sum of RGB (Red+Green+Blue) = 179+110+160=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B36EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36EA0 is #4C915F. Grayscale: #888888. Windows color (decimal): -5017952 or 10514099. OLE color: 10514099.
HSL color Cylindrical-coordinate representation of color #B36EA0: hue angle of 316.52º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36EA0 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 110 | 160 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.30 |
| HSL | 316.52º | 0.31% | 0.57% | - |
| HSV(B) | 316.52º | 0.39% | 0.7% | - |
| XYZ | 30.51 | 23.27 | 36.14 | - |
| YUV | 136.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 160 | 0 | 0.39 | 0.11 | 0.30 | 316.52 | 0.31 | 0.57 |
| Hex | B3 | 6E | A0 | 0 | 27 | B | 1E | 13D | 1F | 39 |
| Octal | 263 | 156 | 240 | 0 | 47 | 13 | 36 | 475 | 37 | 71 |
| Binary | 10110011 | 1101110 | 10100000 | 0 | 100111 | 1011 | 11110 | 100111101 | 11111 | 111001 |
Color Harmonies of #B36EA0
Complementary color
Monochromatic Colors of #B36EA0
Black with #B36EA0
Text Example
Text Example
White with #B36EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36EA0; }
p { color: rgb(179,110,160); }
H1.HeaderClassName
{
color: #B36EA0;
}
.AnyTagClassName
{
color: #B36EA0;
}
</style>
background-color css
<style>
a { background-color: #B36EA0; }
a { background-color: rgb(179,110,160); }
div.DivClassName
{
background-color: #B36EA0;
}
.BgClassName
{
background-color: #B36EA0;
}
</style>
border-color css
<style>
span { border-color: #B36EA0; }
span { border-color: rgb(179,110,160); }
td.TdClassName
{
border-color: #B36EA0;
}
.TagClassName
{
border-color: #B36EA0;
}
</style>