Shades of Bouquet #B27C9E
Tints of Bouquet #B27C9E
RGB
CMYK
RGB Variations
Color information
#B27C9E (or 0xB27C9E) is known color: Bouquet. HEX triplet: B2, 7C and 9E. RGB value is (178,124,158). Sum of RGB (Red+Green+Blue) = 178+124+158=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27C9E is #4D8361. Grayscale: #8F8F8F. Windows color (decimal): -5079906 or 10386610. OLE color: 10386610.
HSL color Cylindrical-coordinate representation of color #B27C9E: hue angle of 322.22º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27C9E is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 124 | 158 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.30 |
| HSL | 322.22º | 0.26% | 0.59% | - |
| HSV(B) | 322.22º | 0.3% | 0.7% | - |
| XYZ | 31.74 | 26.35 | 35.76 | - |
| YUV | 144.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 158 | 0 | 0.30 | 0.11 | 0.30 | 322.22 | 0.26 | 0.59 |
| Hex | B2 | 7C | 9E | 0 | 1E | B | 1E | 142 | 1A | 3B |
| Octal | 262 | 174 | 236 | 0 | 36 | 13 | 36 | 502 | 32 | 73 |
| Binary | 10110010 | 1111100 | 10011110 | 0 | 11110 | 1011 | 11110 | 101000010 | 11010 | 111011 |
Color Harmonies of #B27C9E
Complementary color
Monochromatic Colors of #B27C9E
Black with #B27C9E
Text Example
Text Example
White with #B27C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27C9E; }
p { color: rgb(178,124,158); }
H1.HeaderClassName
{
color: #B27C9E;
}
.AnyTagClassName
{
color: #B27C9E;
}
</style>
background-color css
<style>
a { background-color: #B27C9E; }
a { background-color: rgb(178,124,158); }
div.DivClassName
{
background-color: #B27C9E;
}
.BgClassName
{
background-color: #B27C9E;
}
</style>
border-color css
<style>
span { border-color: #B27C9E; }
span { border-color: rgb(178,124,158); }
td.TdClassName
{
border-color: #B27C9E;
}
.TagClassName
{
border-color: #B27C9E;
}
</style>