Shades of Bouquet #B774AA
Tints of Bouquet #B774AA
RGB
CMYK
RGB Variations
Color information
#B774AA (or 0xB774AA) is known color: Bouquet. HEX triplet: B7, 74 and AA. RGB value is (183,116,170). Sum of RGB (Red+Green+Blue) = 183+116+170=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B774AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B774AA is #488B55. Grayscale: #8E8E8E. Windows color (decimal): -4754262 or 11170999. OLE color: 11170999.
HSL color Cylindrical-coordinate representation of color #B774AA: hue angle of 311.64º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B774AA is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 170 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.28 |
| HSL | 311.64º | 0.32% | 0.59% | - |
| HSV(B) | 311.64º | 0.37% | 0.72% | - |
| XYZ | 33.03 | 25.46 | 41.2 | - |
| YUV | 142.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 170 | 0 | 0.37 | 0.07 | 0.28 | 311.64 | 0.32 | 0.59 |
| Hex | B7 | 74 | AA | 0 | 25 | 7 | 1C | 138 | 20 | 3B |
| Octal | 267 | 164 | 252 | 0 | 45 | 7 | 34 | 470 | 40 | 73 |
| Binary | 10110111 | 1110100 | 10101010 | 0 | 100101 | 111 | 11100 | 100111000 | 100000 | 111011 |
Color Harmonies of #B774AA
Complementary color
Monochromatic Colors of #B774AA
Black with #B774AA
Text Example
Text Example
White with #B774AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B774AA; }
p { color: rgb(183,116,170); }
H1.HeaderClassName
{
color: #B774AA;
}
.AnyTagClassName
{
color: #B774AA;
}
</style>
background-color css
<style>
a { background-color: #B774AA; }
a { background-color: rgb(183,116,170); }
div.DivClassName
{
background-color: #B774AA;
}
.BgClassName
{
background-color: #B774AA;
}
</style>
border-color css
<style>
span { border-color: #B774AA; }
span { border-color: rgb(183,116,170); }
td.TdClassName
{
border-color: #B774AA;
}
.TagClassName
{
border-color: #B774AA;
}
</style>