Shades of Bouquet #B36DA2
Tints of Bouquet #B36DA2
RGB
CMYK
RGB Variations
Color information
#B36DA2 (or 0xB36DA2) is known color: Bouquet. HEX triplet: B3, 6D and A2. RGB value is (179,109,162). Sum of RGB (Red+Green+Blue) = 179+109+162=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B36DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36DA2 is #4C925D. Grayscale: #878787. Windows color (decimal): -5018206 or 10644915. OLE color: 10644915.
HSL color Cylindrical-coordinate representation of color #B36DA2: hue angle of 314.57º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36DA2 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 162 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.30 |
| HSL | 314.57º | 0.32% | 0.56% | - |
| HSV(B) | 314.57º | 0.39% | 0.7% | - |
| XYZ | 30.58 | 23.13 | 37.04 | - |
| YUV | 135.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 162 | 0 | 0.39 | 0.09 | 0.30 | 314.57 | 0.32 | 0.56 |
| Hex | B3 | 6D | A2 | 0 | 27 | 9 | 1E | 13B | 20 | 38 |
| Octal | 263 | 155 | 242 | 0 | 47 | 11 | 36 | 473 | 40 | 70 |
| Binary | 10110011 | 1101101 | 10100010 | 0 | 100111 | 1001 | 11110 | 100111011 | 100000 | 111000 |
Color Harmonies of #B36DA2
Complementary color
Monochromatic Colors of #B36DA2
Black with #B36DA2
Text Example
Text Example
White with #B36DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DA2; }
p { color: rgb(179,109,162); }
H1.HeaderClassName
{
color: #B36DA2;
}
.AnyTagClassName
{
color: #B36DA2;
}
</style>
background-color css
<style>
a { background-color: #B36DA2; }
a { background-color: rgb(179,109,162); }
div.DivClassName
{
background-color: #B36DA2;
}
.BgClassName
{
background-color: #B36DA2;
}
</style>
border-color css
<style>
span { border-color: #B36DA2; }
span { border-color: rgb(179,109,162); }
td.TdClassName
{
border-color: #B36DA2;
}
.TagClassName
{
border-color: #B36DA2;
}
</style>