Shades of Bouquet #B36E9C
Tints of Bouquet #B36E9C
RGB
CMYK
RGB Variations
Color information
#B36E9C (or 0xB36E9C) is known color: Bouquet. HEX triplet: B3, 6E and 9C. RGB value is (179,110,156). Sum of RGB (Red+Green+Blue) = 179+110+156=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36E9C is #4C9163. Grayscale: #878787. Windows color (decimal): -5017956 or 10251955. OLE color: 10251955.
HSL color Cylindrical-coordinate representation of color #B36E9C: hue angle of 320º 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 #B36E9C is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 110 | 156 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.30 |
| HSL | 320º | 0.31% | 0.57% | - |
| HSV(B) | 320º | 0.39% | 0.7% | - |
| XYZ | 30.17 | 23.14 | 34.33 | - |
| YUV | 135.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 156 | 0 | 0.39 | 0.13 | 0.30 | 320 | 0.31 | 0.57 |
| Hex | B3 | 6E | 9C | 0 | 27 | D | 1E | 140 | 1F | 39 |
| Octal | 263 | 156 | 234 | 0 | 47 | 15 | 36 | 500 | 37 | 71 |
| Binary | 10110011 | 1101110 | 10011100 | 0 | 100111 | 1101 | 11110 | 101000000 | 11111 | 111001 |
Color Harmonies of #B36E9C
Complementary color
Monochromatic Colors of #B36E9C
Black with #B36E9C
Text Example
Text Example
White with #B36E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36E9C; }
p { color: rgb(179,110,156); }
H1.HeaderClassName
{
color: #B36E9C;
}
.AnyTagClassName
{
color: #B36E9C;
}
</style>
background-color css
<style>
a { background-color: #B36E9C; }
a { background-color: rgb(179,110,156); }
div.DivClassName
{
background-color: #B36E9C;
}
.BgClassName
{
background-color: #B36E9C;
}
</style>
border-color css
<style>
span { border-color: #B36E9C; }
span { border-color: rgb(179,110,156); }
td.TdClassName
{
border-color: #B36E9C;
}
.TagClassName
{
border-color: #B36E9C;
}
</style>