Shades of Bouquet #B279A5
Tints of Bouquet #B279A5
RGB
CMYK
RGB Variations
Color information
#B279A5 (or 0xB279A5) is known color: Bouquet. HEX triplet: B2, 79 and A5. RGB value is (178,121,165). Sum of RGB (Red+Green+Blue) = 178+121+165=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B279A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B279A5 is #4D865A. Grayscale: #8E8E8E. Windows color (decimal): -5080667 or 10844594. OLE color: 10844594.
HSL color Cylindrical-coordinate representation of color #B279A5: hue angle of 313.68º 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 #B279A5 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 165 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.30 |
| HSL | 313.68º | 0.27% | 0.59% | - |
| HSV(B) | 313.68º | 0.32% | 0.7% | - |
| XYZ | 31.99 | 25.86 | 38.9 | - |
| YUV | 143.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 165 | 0 | 0.32 | 0.07 | 0.30 | 313.68 | 0.27 | 0.59 |
| Hex | B2 | 79 | A5 | 0 | 20 | 7 | 1E | 13A | 1B | 3B |
| Octal | 262 | 171 | 245 | 0 | 40 | 7 | 36 | 472 | 33 | 73 |
| Binary | 10110010 | 1111001 | 10100101 | 0 | 100000 | 111 | 11110 | 100111010 | 11011 | 111011 |
Color Harmonies of #B279A5
Complementary color
Monochromatic Colors of #B279A5
Black with #B279A5
Text Example
Text Example
White with #B279A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B279A5; }
p { color: rgb(178,121,165); }
H1.HeaderClassName
{
color: #B279A5;
}
.AnyTagClassName
{
color: #B279A5;
}
</style>
background-color css
<style>
a { background-color: #B279A5; }
a { background-color: rgb(178,121,165); }
div.DivClassName
{
background-color: #B279A5;
}
.BgClassName
{
background-color: #B279A5;
}
</style>
border-color css
<style>
span { border-color: #B279A5; }
span { border-color: rgb(178,121,165); }
td.TdClassName
{
border-color: #B279A5;
}
.TagClassName
{
border-color: #B279A5;
}
</style>