Shades of Bouquet #B775A1
Tints of Bouquet #B775A1
RGB
CMYK
RGB Variations
Color information
#B775A1 (or 0xB775A1) is known color: Bouquet. HEX triplet: B7, 75 and A1. RGB value is (183,117,161). Sum of RGB (Red+Green+Blue) = 183+117+161=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B775A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B775A1 is #488A5E. Grayscale: #8D8D8D. Windows color (decimal): -4754015 or 10581431. OLE color: 10581431.
HSL color Cylindrical-coordinate representation of color #B775A1: hue angle of 320º 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 #B775A1 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 161 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.28 |
| HSL | 320º | 0.31% | 0.59% | - |
| HSV(B) | 320º | 0.36% | 0.72% | - |
| XYZ | 32.32 | 25.36 | 36.91 | - |
| YUV | 141.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 161 | 0 | 0.36 | 0.12 | 0.28 | 320 | 0.31 | 0.59 |
| Hex | B7 | 75 | A1 | 0 | 24 | C | 1C | 140 | 1F | 3B |
| Octal | 267 | 165 | 241 | 0 | 44 | 14 | 34 | 500 | 37 | 73 |
| Binary | 10110111 | 1110101 | 10100001 | 0 | 100100 | 1100 | 11100 | 101000000 | 11111 | 111011 |
Color Harmonies of #B775A1
Complementary color
Monochromatic Colors of #B775A1
Black with #B775A1
Text Example
Text Example
White with #B775A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B775A1; }
p { color: rgb(183,117,161); }
H1.HeaderClassName
{
color: #B775A1;
}
.AnyTagClassName
{
color: #B775A1;
}
</style>
background-color css
<style>
a { background-color: #B775A1; }
a { background-color: rgb(183,117,161); }
div.DivClassName
{
background-color: #B775A1;
}
.BgClassName
{
background-color: #B775A1;
}
</style>
border-color css
<style>
span { border-color: #B775A1; }
span { border-color: rgb(183,117,161); }
td.TdClassName
{
border-color: #B775A1;
}
.TagClassName
{
border-color: #B775A1;
}
</style>