Shades of Bouquet #B279A0
Tints of Bouquet #B279A0
RGB
CMYK
RGB Variations
Color information
#B279A0 (or 0xB279A0) is known color: Bouquet. HEX triplet: B2, 79 and A0. RGB value is (178,121,160). Sum of RGB (Red+Green+Blue) = 178+121+160=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B279A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B279A0 is #4D865F. Grayscale: #8E8E8E. Windows color (decimal): -5080672 or 10516914. OLE color: 10516914.
HSL color Cylindrical-coordinate representation of color #B279A0: hue angle of 318.95º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B279A0 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 160 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.30 |
| HSL | 318.95º | 0.27% | 0.59% | - |
| HSV(B) | 318.95º | 0.32% | 0.7% | - |
| XYZ | 31.54 | 25.68 | 36.55 | - |
| YUV | 142.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 160 | 0 | 0.32 | 0.10 | 0.30 | 318.95 | 0.27 | 0.59 |
| Hex | B2 | 79 | A0 | 0 | 20 | A | 1E | 13F | 1B | 3B |
| Octal | 262 | 171 | 240 | 0 | 40 | 12 | 36 | 477 | 33 | 73 |
| Binary | 10110010 | 1111001 | 10100000 | 0 | 100000 | 1010 | 11110 | 100111111 | 11011 | 111011 |
Color Harmonies of #B279A0
Complementary color
Monochromatic Colors of #B279A0
Black with #B279A0
Text Example
Text Example
White with #B279A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B279A0; }
p { color: rgb(178,121,160); }
H1.HeaderClassName
{
color: #B279A0;
}
.AnyTagClassName
{
color: #B279A0;
}
</style>
background-color css
<style>
a { background-color: #B279A0; }
a { background-color: rgb(178,121,160); }
div.DivClassName
{
background-color: #B279A0;
}
.BgClassName
{
background-color: #B279A0;
}
</style>
border-color css
<style>
span { border-color: #B279A0; }
span { border-color: rgb(178,121,160); }
td.TdClassName
{
border-color: #B279A0;
}
.TagClassName
{
border-color: #B279A0;
}
</style>