Shades of Bouquet #B573AC
Tints of Bouquet #B573AC
RGB
CMYK
RGB Variations
Color information
#B573AC (or 0xB573AC) is known color: Bouquet. HEX triplet: B5, 73 and AC. RGB value is (181,115,172). Sum of RGB (Red+Green+Blue) = 181+115+172=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B573AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B573AC is #4A8C53. Grayscale: #8D8D8D. Windows color (decimal): -4885588 or 11301813. OLE color: 11301813.
HSL color Cylindrical-coordinate representation of color #B573AC: hue angle of 308.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B573AC is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 172 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.29 |
| HSL | 308.18º | 0.31% | 0.58% | - |
| HSV(B) | 308.18º | 0.36% | 0.71% | - |
| XYZ | 32.63 | 25.06 | 42.15 | - |
| YUV | 141.23 | 145.37 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 172 | 0 | 0.36 | 0.05 | 0.29 | 308.18 | 0.31 | 0.58 |
| Hex | B5 | 73 | AC | 0 | 24 | 5 | 1D | 134 | 1F | 3A |
| Octal | 265 | 163 | 254 | 0 | 44 | 5 | 35 | 464 | 37 | 72 |
| Binary | 10110101 | 1110011 | 10101100 | 0 | 100100 | 101 | 11101 | 100110100 | 11111 | 111010 |
Color Harmonies of #B573AC
Complementary color
Monochromatic Colors of #B573AC
Black with #B573AC
Text Example
Text Example
White with #B573AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B573AC; }
p { color: rgb(181,115,172); }
H1.HeaderClassName
{
color: #B573AC;
}
.AnyTagClassName
{
color: #B573AC;
}
</style>
background-color css
<style>
a { background-color: #B573AC; }
a { background-color: rgb(181,115,172); }
div.DivClassName
{
background-color: #B573AC;
}
.BgClassName
{
background-color: #B573AC;
}
</style>
border-color css
<style>
span { border-color: #B573AC; }
span { border-color: rgb(181,115,172); }
td.TdClassName
{
border-color: #B573AC;
}
.TagClassName
{
border-color: #B573AC;
}
</style>