Shades of Bouquet #B27FA2
Tints of Bouquet #B27FA2
RGB
CMYK
RGB Variations
Color information
#B27FA2 (or 0xB27FA2) is known color: Bouquet. HEX triplet: B2, 7F and A2. RGB value is (178,127,162). Sum of RGB (Red+Green+Blue) = 178+127+162=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B27FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27FA2 is #4D805D. Grayscale: #929292. Windows color (decimal): -5079134 or 10649522. OLE color: 10649522.
HSL color Cylindrical-coordinate representation of color #B27FA2: hue angle of 318.82º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B27FA2 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 162 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.30 |
| HSL | 318.82º | 0.25% | 0.6% | - |
| HSV(B) | 318.82º | 0.29% | 0.7% | - |
| XYZ | 32.47 | 27.25 | 37.73 | - |
| YUV | 146.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 162 | 0 | 0.29 | 0.09 | 0.30 | 318.82 | 0.25 | 0.6 |
| Hex | B2 | 7F | A2 | 0 | 1D | 9 | 1E | 13F | 19 | 3C |
| Octal | 262 | 177 | 242 | 0 | 35 | 11 | 36 | 477 | 31 | 74 |
| Binary | 10110010 | 1111111 | 10100010 | 0 | 11101 | 1001 | 11110 | 100111111 | 11001 | 111100 |
Color Harmonies of #B27FA2
Complementary color
Monochromatic Colors of #B27FA2
Black with #B27FA2
Text Example
Text Example
White with #B27FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27FA2; }
p { color: rgb(178,127,162); }
H1.HeaderClassName
{
color: #B27FA2;
}
.AnyTagClassName
{
color: #B27FA2;
}
</style>
background-color css
<style>
a { background-color: #B27FA2; }
a { background-color: rgb(178,127,162); }
div.DivClassName
{
background-color: #B27FA2;
}
.BgClassName
{
background-color: #B27FA2;
}
</style>
border-color css
<style>
span { border-color: #B27FA2; }
span { border-color: rgb(178,127,162); }
td.TdClassName
{
border-color: #B27FA2;
}
.TagClassName
{
border-color: #B27FA2;
}
</style>