Shades of Bouquet #B579A3
Tints of Bouquet #B579A3
RGB
CMYK
RGB Variations
Color information
#B579A3 (or 0xB579A3) is known color: Bouquet. HEX triplet: B5, 79 and A3. RGB value is (181,121,163). Sum of RGB (Red+Green+Blue) = 181+121+163=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B579A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B579A3 is #4A865C. Grayscale: #8F8F8F. Windows color (decimal): -4884061 or 10713525. OLE color: 10713525.
HSL color Cylindrical-coordinate representation of color #B579A3: hue angle of 318º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B579A3 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 163 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.29 |
| HSL | 318º | 0.29% | 0.59% | - |
| HSV(B) | 318º | 0.33% | 0.71% | - |
| XYZ | 32.5 | 26.14 | 37.98 | - |
| YUV | 143.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 163 | 0 | 0.33 | 0.10 | 0.29 | 318 | 0.29 | 0.59 |
| Hex | B5 | 79 | A3 | 0 | 21 | A | 1D | 13E | 1D | 3B |
| Octal | 265 | 171 | 243 | 0 | 41 | 12 | 35 | 476 | 35 | 73 |
| Binary | 10110101 | 1111001 | 10100011 | 0 | 100001 | 1010 | 11101 | 100111110 | 11101 | 111011 |
Color Harmonies of #B579A3
Complementary color
Monochromatic Colors of #B579A3
Black with #B579A3
Text Example
Text Example
White with #B579A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B579A3; }
p { color: rgb(181,121,163); }
H1.HeaderClassName
{
color: #B579A3;
}
.AnyTagClassName
{
color: #B579A3;
}
</style>
background-color css
<style>
a { background-color: #B579A3; }
a { background-color: rgb(181,121,163); }
div.DivClassName
{
background-color: #B579A3;
}
.BgClassName
{
background-color: #B579A3;
}
</style>
border-color css
<style>
span { border-color: #B579A3; }
span { border-color: rgb(181,121,163); }
td.TdClassName
{
border-color: #B579A3;
}
.TagClassName
{
border-color: #B579A3;
}
</style>