Shades of Bouquet #B76FAA
Tints of Bouquet #B76FAA
RGB
CMYK
RGB Variations
Color information
#B76FAA (or 0xB76FAA) is known color: Bouquet. HEX triplet: B7, 6F and AA. RGB value is (183,111,170). Sum of RGB (Red+Green+Blue) = 183+111+170=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B76FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76FAA is #489055. Grayscale: #8B8B8B. Windows color (decimal): -4755542 or 11169719. OLE color: 11169719.
HSL color Cylindrical-coordinate representation of color #B76FAA: hue angle of 310.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76FAA is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 170 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.28 |
| HSL | 310.83º | 0.33% | 0.58% | - |
| HSV(B) | 310.83º | 0.39% | 0.72% | - |
| XYZ | 32.47 | 24.34 | 41.02 | - |
| YUV | 139.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 170 | 0 | 0.39 | 0.07 | 0.28 | 310.83 | 0.33 | 0.58 |
| Hex | B7 | 6F | AA | 0 | 27 | 7 | 1C | 137 | 21 | 3A |
| Octal | 267 | 157 | 252 | 0 | 47 | 7 | 34 | 467 | 41 | 72 |
| Binary | 10110111 | 1101111 | 10101010 | 0 | 100111 | 111 | 11100 | 100110111 | 100001 | 111010 |
Color Harmonies of #B76FAA
Complementary color
Monochromatic Colors of #B76FAA
Black with #B76FAA
Text Example
Text Example
White with #B76FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FAA; }
p { color: rgb(183,111,170); }
H1.HeaderClassName
{
color: #B76FAA;
}
.AnyTagClassName
{
color: #B76FAA;
}
</style>
background-color css
<style>
a { background-color: #B76FAA; }
a { background-color: rgb(183,111,170); }
div.DivClassName
{
background-color: #B76FAA;
}
.BgClassName
{
background-color: #B76FAA;
}
</style>
border-color css
<style>
span { border-color: #B76FAA; }
span { border-color: rgb(183,111,170); }
td.TdClassName
{
border-color: #B76FAA;
}
.TagClassName
{
border-color: #B76FAA;
}
</style>