Shades of Bouquet #B573A8
Tints of Bouquet #B573A8
RGB
CMYK
RGB Variations
Color information
#B573A8 (or 0xB573A8) is known color: Bouquet. HEX triplet: B5, 73 and A8. RGB value is (181,115,168). Sum of RGB (Red+Green+Blue) = 181+115+168=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B573A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B573A8 is #4A8C57. Grayscale: #8C8C8C. Windows color (decimal): -4885592 or 11039669. OLE color: 11039669.
HSL color Cylindrical-coordinate representation of color #B573A8: hue angle of 311.82º 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 #B573A8 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 168 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.29 |
| HSL | 311.82º | 0.31% | 0.58% | - |
| HSV(B) | 311.82º | 0.36% | 0.71% | - |
| XYZ | 32.25 | 24.91 | 40.15 | - |
| YUV | 140.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 168 | 0 | 0.36 | 0.07 | 0.29 | 311.82 | 0.31 | 0.58 |
| Hex | B5 | 73 | A8 | 0 | 24 | 7 | 1D | 138 | 1F | 3A |
| Octal | 265 | 163 | 250 | 0 | 44 | 7 | 35 | 470 | 37 | 72 |
| Binary | 10110101 | 1110011 | 10101000 | 0 | 100100 | 111 | 11101 | 100111000 | 11111 | 111010 |
Color Harmonies of #B573A8
Complementary color
Monochromatic Colors of #B573A8
Black with #B573A8
Text Example
Text Example
White with #B573A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B573A8; }
p { color: rgb(181,115,168); }
H1.HeaderClassName
{
color: #B573A8;
}
.AnyTagClassName
{
color: #B573A8;
}
</style>
background-color css
<style>
a { background-color: #B573A8; }
a { background-color: rgb(181,115,168); }
div.DivClassName
{
background-color: #B573A8;
}
.BgClassName
{
background-color: #B573A8;
}
</style>
border-color css
<style>
span { border-color: #B573A8; }
span { border-color: rgb(181,115,168); }
td.TdClassName
{
border-color: #B573A8;
}
.TagClassName
{
border-color: #B573A8;
}
</style>