Shades of Bouquet #B575A1
Tints of Bouquet #B575A1
RGB
CMYK
RGB Variations
Color information
#B575A1 (or 0xB575A1) is known color: Bouquet. HEX triplet: B5, 75 and A1. RGB value is (181,117,161). Sum of RGB (Red+Green+Blue) = 181+117+161=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B575A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B575A1 is #4A8A5E. Grayscale: #8D8D8D. Windows color (decimal): -4885087 or 10581429. OLE color: 10581429.
HSL color Cylindrical-coordinate representation of color #B575A1: hue angle of 318.75º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B575A1 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 117 | 161 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.29 |
| HSL | 318.75º | 0.3% | 0.58% | - |
| HSV(B) | 318.75º | 0.35% | 0.71% | - |
| XYZ | 31.85 | 25.12 | 36.89 | - |
| YUV | 141.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 161 | 0 | 0.35 | 0.11 | 0.29 | 318.75 | 0.3 | 0.58 |
| Hex | B5 | 75 | A1 | 0 | 23 | B | 1D | 13F | 1E | 3A |
| Octal | 265 | 165 | 241 | 0 | 43 | 13 | 35 | 477 | 36 | 72 |
| Binary | 10110101 | 1110101 | 10100001 | 0 | 100011 | 1011 | 11101 | 100111111 | 11110 | 111010 |
Color Harmonies of #B575A1
Complementary color
Monochromatic Colors of #B575A1
Black with #B575A1
Text Example
Text Example
White with #B575A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575A1; }
p { color: rgb(181,117,161); }
H1.HeaderClassName
{
color: #B575A1;
}
.AnyTagClassName
{
color: #B575A1;
}
</style>
background-color css
<style>
a { background-color: #B575A1; }
a { background-color: rgb(181,117,161); }
div.DivClassName
{
background-color: #B575A1;
}
.BgClassName
{
background-color: #B575A1;
}
</style>
border-color css
<style>
span { border-color: #B575A1; }
span { border-color: rgb(181,117,161); }
td.TdClassName
{
border-color: #B575A1;
}
.TagClassName
{
border-color: #B575A1;
}
</style>