Shades of Bouquet #B36DA1
Tints of Bouquet #B36DA1
RGB
CMYK
RGB Variations
Color information
#B36DA1 (or 0xB36DA1) is known color: Bouquet. HEX triplet: B3, 6D and A1. RGB value is (179,109,161). Sum of RGB (Red+Green+Blue) = 179+109+161=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B36DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36DA1 is #4C925E. Grayscale: #878787. Windows color (decimal): -5018207 or 10579379. OLE color: 10579379.
HSL color Cylindrical-coordinate representation of color #B36DA1: hue angle of 315.43º 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 #B36DA1 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 161 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.30 |
| HSL | 315.43º | 0.32% | 0.56% | - |
| HSV(B) | 315.43º | 0.39% | 0.7% | - |
| XYZ | 30.49 | 23.09 | 36.57 | - |
| YUV | 135.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 161 | 0 | 0.39 | 0.10 | 0.30 | 315.43 | 0.32 | 0.56 |
| Hex | B3 | 6D | A1 | 0 | 27 | A | 1E | 13B | 20 | 38 |
| Octal | 263 | 155 | 241 | 0 | 47 | 12 | 36 | 473 | 40 | 70 |
| Binary | 10110011 | 1101101 | 10100001 | 0 | 100111 | 1010 | 11110 | 100111011 | 100000 | 111000 |
Color Harmonies of #B36DA1
Complementary color
Monochromatic Colors of #B36DA1
Black with #B36DA1
Text Example
Text Example
White with #B36DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DA1; }
p { color: rgb(179,109,161); }
H1.HeaderClassName
{
color: #B36DA1;
}
.AnyTagClassName
{
color: #B36DA1;
}
</style>
background-color css
<style>
a { background-color: #B36DA1; }
a { background-color: rgb(179,109,161); }
div.DivClassName
{
background-color: #B36DA1;
}
.BgClassName
{
background-color: #B36DA1;
}
</style>
border-color css
<style>
span { border-color: #B36DA1; }
span { border-color: rgb(179,109,161); }
td.TdClassName
{
border-color: #B36DA1;
}
.TagClassName
{
border-color: #B36DA1;
}
</style>