Shades of Bouquet #B36C9D
Tints of Bouquet #B36C9D
RGB
CMYK
RGB Variations
Color information
#B36C9D (or 0xB36C9D) is known color: Bouquet. HEX triplet: B3, 6C and 9D. RGB value is (179,108,157). Sum of RGB (Red+Green+Blue) = 179+108+157=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36C9D is #4C9362. Grayscale: #868686. Windows color (decimal): -5018467 or 10316979. OLE color: 10316979.
HSL color Cylindrical-coordinate representation of color #B36C9D: hue angle of 318.59º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36C9D is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 108 | 157 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.30 |
| HSL | 318.59º | 0.32% | 0.56% | - |
| HSV(B) | 318.59º | 0.4% | 0.7% | - |
| XYZ | 30.04 | 22.74 | 34.7 | - |
| YUV | 134.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 157 | 0 | 0.40 | 0.12 | 0.30 | 318.59 | 0.32 | 0.56 |
| Hex | B3 | 6C | 9D | 0 | 28 | C | 1E | 13F | 20 | 38 |
| Octal | 263 | 154 | 235 | 0 | 50 | 14 | 36 | 477 | 40 | 70 |
| Binary | 10110011 | 1101100 | 10011101 | 0 | 101000 | 1100 | 11110 | 100111111 | 100000 | 111000 |
Color Harmonies of #B36C9D
Complementary color
Monochromatic Colors of #B36C9D
Black with #B36C9D
Text Example
Text Example
White with #B36C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36C9D; }
p { color: rgb(179,108,157); }
H1.HeaderClassName
{
color: #B36C9D;
}
.AnyTagClassName
{
color: #B36C9D;
}
</style>
background-color css
<style>
a { background-color: #B36C9D; }
a { background-color: rgb(179,108,157); }
div.DivClassName
{
background-color: #B36C9D;
}
.BgClassName
{
background-color: #B36C9D;
}
</style>
border-color css
<style>
span { border-color: #B36C9D; }
span { border-color: rgb(179,108,157); }
td.TdClassName
{
border-color: #B36C9D;
}
.TagClassName
{
border-color: #B36C9D;
}
</style>