Shades of Bouquet #B27A9A
Tints of Bouquet #B27A9A
RGB
CMYK
RGB Variations
Color information
#B27A9A (or 0xB27A9A) is known color: Bouquet. HEX triplet: B2, 7A and 9A. RGB value is (178,122,154). Sum of RGB (Red+Green+Blue) = 178+122+154=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27A9A is #4D8565. Grayscale: #8E8E8E. Windows color (decimal): -5080422 or 10123954. OLE color: 10123954.
HSL color Cylindrical-coordinate representation of color #B27A9A: hue angle of 325.71º 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 #B27A9A is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 154 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.30 |
| HSL | 325.71º | 0.27% | 0.59% | - |
| HSV(B) | 325.71º | 0.31% | 0.7% | - |
| XYZ | 31.15 | 25.72 | 33.89 | - |
| YUV | 142.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 154 | 0 | 0.31 | 0.13 | 0.30 | 325.71 | 0.27 | 0.59 |
| Hex | B2 | 7A | 9A | 0 | 1F | D | 1E | 146 | 1B | 3B |
| Octal | 262 | 172 | 232 | 0 | 37 | 15 | 36 | 506 | 33 | 73 |
| Binary | 10110010 | 1111010 | 10011010 | 0 | 11111 | 1101 | 11110 | 101000110 | 11011 | 111011 |
Color Harmonies of #B27A9A
Complementary color
Monochromatic Colors of #B27A9A
Black with #B27A9A
Text Example
Text Example
White with #B27A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A9A; }
p { color: rgb(178,122,154); }
H1.HeaderClassName
{
color: #B27A9A;
}
.AnyTagClassName
{
color: #B27A9A;
}
</style>
background-color css
<style>
a { background-color: #B27A9A; }
a { background-color: rgb(178,122,154); }
div.DivClassName
{
background-color: #B27A9A;
}
.BgClassName
{
background-color: #B27A9A;
}
</style>
border-color css
<style>
span { border-color: #B27A9A; }
span { border-color: rgb(178,122,154); }
td.TdClassName
{
border-color: #B27A9A;
}
.TagClassName
{
border-color: #B27A9A;
}
</style>