Shades of Bouquet #B572AA
Tints of Bouquet #B572AA
RGB
CMYK
RGB Variations
Color information
#B572AA (or 0xB572AA) is known color: Bouquet. HEX triplet: B5, 72 and AA. RGB value is (181,114,170). Sum of RGB (Red+Green+Blue) = 181+114+170=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B572AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B572AA is #4A8D55. Grayscale: #8C8C8C. Windows color (decimal): -4885846 or 11170485. OLE color: 11170485.
HSL color Cylindrical-coordinate representation of color #B572AA: hue angle of 309.85º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B572AA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 170 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.29 |
| HSL | 309.85º | 0.31% | 0.58% | - |
| HSV(B) | 309.85º | 0.37% | 0.71% | - |
| XYZ | 32.33 | 24.76 | 41.11 | - |
| YUV | 140.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 170 | 0 | 0.37 | 0.06 | 0.29 | 309.85 | 0.31 | 0.58 |
| Hex | B5 | 72 | AA | 0 | 25 | 6 | 1D | 136 | 1F | 3A |
| Octal | 265 | 162 | 252 | 0 | 45 | 6 | 35 | 466 | 37 | 72 |
| Binary | 10110101 | 1110010 | 10101010 | 0 | 100101 | 110 | 11101 | 100110110 | 11111 | 111010 |
Color Harmonies of #B572AA
Complementary color
Monochromatic Colors of #B572AA
Black with #B572AA
Text Example
Text Example
White with #B572AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B572AA; }
p { color: rgb(181,114,170); }
H1.HeaderClassName
{
color: #B572AA;
}
.AnyTagClassName
{
color: #B572AA;
}
</style>
background-color css
<style>
a { background-color: #B572AA; }
a { background-color: rgb(181,114,170); }
div.DivClassName
{
background-color: #B572AA;
}
.BgClassName
{
background-color: #B572AA;
}
</style>
border-color css
<style>
span { border-color: #B572AA; }
span { border-color: rgb(181,114,170); }
td.TdClassName
{
border-color: #B572AA;
}
.TagClassName
{
border-color: #B572AA;
}
</style>