Shades of Bouquet #B27AA5
Tints of Bouquet #B27AA5
RGB
CMYK
RGB Variations
Color information
#B27AA5 (or 0xB27AA5) is known color: Bouquet. HEX triplet: B2, 7A and A5. RGB value is (178,122,165). Sum of RGB (Red+Green+Blue) = 178+122+165=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B27AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27AA5 is #4D855A. Grayscale: #8F8F8F. Windows color (decimal): -5080411 or 10844850. OLE color: 10844850.
HSL color Cylindrical-coordinate representation of color #B27AA5: hue angle of 313.93º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27AA5 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 165 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.30 |
| HSL | 313.93º | 0.27% | 0.59% | - |
| HSV(B) | 313.93º | 0.31% | 0.7% | - |
| XYZ | 32.11 | 26.1 | 38.94 | - |
| YUV | 143.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 165 | 0 | 0.31 | 0.07 | 0.30 | 313.93 | 0.27 | 0.59 |
| Hex | B2 | 7A | A5 | 0 | 1F | 7 | 1E | 13A | 1B | 3B |
| Octal | 262 | 172 | 245 | 0 | 37 | 7 | 36 | 472 | 33 | 73 |
| Binary | 10110010 | 1111010 | 10100101 | 0 | 11111 | 111 | 11110 | 100111010 | 11011 | 111011 |
Color Harmonies of #B27AA5
Complementary color
Monochromatic Colors of #B27AA5
Black with #B27AA5
Text Example
Text Example
White with #B27AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27AA5; }
p { color: rgb(178,122,165); }
H1.HeaderClassName
{
color: #B27AA5;
}
.AnyTagClassName
{
color: #B27AA5;
}
</style>
background-color css
<style>
a { background-color: #B27AA5; }
a { background-color: rgb(178,122,165); }
div.DivClassName
{
background-color: #B27AA5;
}
.BgClassName
{
background-color: #B27AA5;
}
</style>
border-color css
<style>
span { border-color: #B27AA5; }
span { border-color: rgb(178,122,165); }
td.TdClassName
{
border-color: #B27AA5;
}
.TagClassName
{
border-color: #B27AA5;
}
</style>