Shades of Bouquet #B773AC
Tints of Bouquet #B773AC
RGB
CMYK
RGB Variations
Color information
#B773AC (or 0xB773AC) is known color: Bouquet. HEX triplet: B7, 73 and AC. RGB value is (183,115,172). Sum of RGB (Red+Green+Blue) = 183+115+172=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B773AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B773AC is #488C53. Grayscale: #8D8D8D. Windows color (decimal): -4754516 or 11301815. OLE color: 11301815.
HSL color Cylindrical-coordinate representation of color #B773AC: hue angle of 309.71º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B773AC is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 172 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.28 |
| HSL | 309.71º | 0.32% | 0.58% | - |
| HSV(B) | 309.71º | 0.37% | 0.72% | - |
| XYZ | 33.11 | 25.31 | 42.17 | - |
| YUV | 141.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 172 | 0 | 0.37 | 0.06 | 0.28 | 309.71 | 0.32 | 0.58 |
| Hex | B7 | 73 | AC | 0 | 25 | 6 | 1C | 136 | 20 | 3A |
| Octal | 267 | 163 | 254 | 0 | 45 | 6 | 34 | 466 | 40 | 72 |
| Binary | 10110111 | 1110011 | 10101100 | 0 | 100101 | 110 | 11100 | 100110110 | 100000 | 111010 |
Color Harmonies of #B773AC
Complementary color
Monochromatic Colors of #B773AC
Black with #B773AC
Text Example
Text Example
White with #B773AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773AC; }
p { color: rgb(183,115,172); }
H1.HeaderClassName
{
color: #B773AC;
}
.AnyTagClassName
{
color: #B773AC;
}
</style>
background-color css
<style>
a { background-color: #B773AC; }
a { background-color: rgb(183,115,172); }
div.DivClassName
{
background-color: #B773AC;
}
.BgClassName
{
background-color: #B773AC;
}
</style>
border-color css
<style>
span { border-color: #B773AC; }
span { border-color: rgb(183,115,172); }
td.TdClassName
{
border-color: #B773AC;
}
.TagClassName
{
border-color: #B773AC;
}
</style>