Shades of Bouquet #B775A0
Tints of Bouquet #B775A0
RGB
CMYK
RGB Variations
Color information
#B775A0 (or 0xB775A0) is known color: Bouquet. HEX triplet: B7, 75 and A0. RGB value is (183,117,160). Sum of RGB (Red+Green+Blue) = 183+117+160=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B775A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B775A0 is #488A5F. Grayscale: #8D8D8D. Windows color (decimal): -4754016 or 10515895. OLE color: 10515895.
HSL color Cylindrical-coordinate representation of color #B775A0: hue angle of 320.91º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B775A0 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 160 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.28 |
| HSL | 320.91º | 0.31% | 0.59% | - |
| HSV(B) | 320.91º | 0.36% | 0.72% | - |
| XYZ | 32.23 | 25.33 | 36.45 | - |
| YUV | 141.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 160 | 0 | 0.36 | 0.13 | 0.28 | 320.91 | 0.31 | 0.59 |
| Hex | B7 | 75 | A0 | 0 | 24 | D | 1C | 141 | 1F | 3B |
| Octal | 267 | 165 | 240 | 0 | 44 | 15 | 34 | 501 | 37 | 73 |
| Binary | 10110111 | 1110101 | 10100000 | 0 | 100100 | 1101 | 11100 | 101000001 | 11111 | 111011 |
Color Harmonies of #B775A0
Complementary color
Monochromatic Colors of #B775A0
Black with #B775A0
Text Example
Text Example
White with #B775A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B775A0; }
p { color: rgb(183,117,160); }
H1.HeaderClassName
{
color: #B775A0;
}
.AnyTagClassName
{
color: #B775A0;
}
</style>
background-color css
<style>
a { background-color: #B775A0; }
a { background-color: rgb(183,117,160); }
div.DivClassName
{
background-color: #B775A0;
}
.BgClassName
{
background-color: #B775A0;
}
</style>
border-color css
<style>
span { border-color: #B775A0; }
span { border-color: rgb(183,117,160); }
td.TdClassName
{
border-color: #B775A0;
}
.TagClassName
{
border-color: #B775A0;
}
</style>