Shades of Bouquet #B27BA4
Tints of Bouquet #B27BA4
RGB
CMYK
RGB Variations
Color information
#B27BA4 (or 0xB27BA4) is known color: Bouquet. HEX triplet: B2, 7B and A4. RGB value is (178,123,164). Sum of RGB (Red+Green+Blue) = 178+123+164=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B27BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27BA4 is #4D845B. Grayscale: #909090. Windows color (decimal): -5080156 or 10779570. OLE color: 10779570.
HSL color Cylindrical-coordinate representation of color #B27BA4: hue angle of 315.27º degrees, saturation: 0.26, 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 #B27BA4 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 164 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.30 |
| HSL | 315.27º | 0.26% | 0.59% | - |
| HSV(B) | 315.27º | 0.31% | 0.7% | - |
| XYZ | 32.14 | 26.31 | 38.51 | - |
| YUV | 144.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 164 | 0 | 0.31 | 0.08 | 0.30 | 315.27 | 0.26 | 0.59 |
| Hex | B2 | 7B | A4 | 0 | 1F | 8 | 1E | 13B | 1A | 3B |
| Octal | 262 | 173 | 244 | 0 | 37 | 10 | 36 | 473 | 32 | 73 |
| Binary | 10110010 | 1111011 | 10100100 | 0 | 11111 | 1000 | 11110 | 100111011 | 11010 | 111011 |
Color Harmonies of #B27BA4
Complementary color
Monochromatic Colors of #B27BA4
Black with #B27BA4
Text Example
Text Example
White with #B27BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BA4; }
p { color: rgb(178,123,164); }
H1.HeaderClassName
{
color: #B27BA4;
}
.AnyTagClassName
{
color: #B27BA4;
}
</style>
background-color css
<style>
a { background-color: #B27BA4; }
a { background-color: rgb(178,123,164); }
div.DivClassName
{
background-color: #B27BA4;
}
.BgClassName
{
background-color: #B27BA4;
}
</style>
border-color css
<style>
span { border-color: #B27BA4; }
span { border-color: rgb(178,123,164); }
td.TdClassName
{
border-color: #B27BA4;
}
.TagClassName
{
border-color: #B27BA4;
}
</style>