Shades of Bouquet #B572A5
Tints of Bouquet #B572A5
RGB
CMYK
RGB Variations
Color information
#B572A5 (or 0xB572A5) is known color: Bouquet. HEX triplet: B5, 72 and A5. RGB value is (181,114,165). Sum of RGB (Red+Green+Blue) = 181+114+165=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B572A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B572A5 is #4A8D5A. Grayscale: #8B8B8B. Windows color (decimal): -4885851 or 10842805. OLE color: 10842805.
HSL color Cylindrical-coordinate representation of color #B572A5: hue angle of 314.33º 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 #B572A5 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 165 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.29 |
| HSL | 314.33º | 0.31% | 0.58% | - |
| HSV(B) | 314.33º | 0.37% | 0.71% | - |
| XYZ | 31.86 | 24.58 | 38.66 | - |
| YUV | 139.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 165 | 0 | 0.37 | 0.09 | 0.29 | 314.33 | 0.31 | 0.58 |
| Hex | B5 | 72 | A5 | 0 | 25 | 9 | 1D | 13A | 1F | 3A |
| Octal | 265 | 162 | 245 | 0 | 45 | 11 | 35 | 472 | 37 | 72 |
| Binary | 10110101 | 1110010 | 10100101 | 0 | 100101 | 1001 | 11101 | 100111010 | 11111 | 111010 |
Color Harmonies of #B572A5
Complementary color
Monochromatic Colors of #B572A5
Black with #B572A5
Text Example
Text Example
White with #B572A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B572A5; }
p { color: rgb(181,114,165); }
H1.HeaderClassName
{
color: #B572A5;
}
.AnyTagClassName
{
color: #B572A5;
}
</style>
background-color css
<style>
a { background-color: #B572A5; }
a { background-color: rgb(181,114,165); }
div.DivClassName
{
background-color: #B572A5;
}
.BgClassName
{
background-color: #B572A5;
}
</style>
border-color css
<style>
span { border-color: #B572A5; }
span { border-color: rgb(181,114,165); }
td.TdClassName
{
border-color: #B572A5;
}
.TagClassName
{
border-color: #B572A5;
}
</style>