Shades of Bouquet #B76DA8
Tints of Bouquet #B76DA8
RGB
CMYK
RGB Variations
Color information
#B76DA8 (or 0xB76DA8) is known color: Bouquet. HEX triplet: B7, 6D and A8. RGB value is (183,109,168). Sum of RGB (Red+Green+Blue) = 183+109+168=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B76DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76DA8 is #489257. Grayscale: #898989. Windows color (decimal): -4756056 or 11038135. OLE color: 11038135.
HSL color Cylindrical-coordinate representation of color #B76DA8: hue angle of 312.16º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76DA8 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 168 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.28 |
| HSL | 312.16º | 0.34% | 0.57% | - |
| HSV(B) | 312.16º | 0.4% | 0.72% | - |
| XYZ | 32.06 | 23.83 | 39.96 | - |
| YUV | 137.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 168 | 0 | 0.40 | 0.08 | 0.28 | 312.16 | 0.34 | 0.57 |
| Hex | B7 | 6D | A8 | 0 | 28 | 8 | 1C | 138 | 22 | 39 |
| Octal | 267 | 155 | 250 | 0 | 50 | 10 | 34 | 470 | 42 | 71 |
| Binary | 10110111 | 1101101 | 10101000 | 0 | 101000 | 1000 | 11100 | 100111000 | 100010 | 111001 |
Color Harmonies of #B76DA8
Complementary color
Monochromatic Colors of #B76DA8
Black with #B76DA8
Text Example
Text Example
White with #B76DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DA8; }
p { color: rgb(183,109,168); }
H1.HeaderClassName
{
color: #B76DA8;
}
.AnyTagClassName
{
color: #B76DA8;
}
</style>
background-color css
<style>
a { background-color: #B76DA8; }
a { background-color: rgb(183,109,168); }
div.DivClassName
{
background-color: #B76DA8;
}
.BgClassName
{
background-color: #B76DA8;
}
</style>
border-color css
<style>
span { border-color: #B76DA8; }
span { border-color: rgb(183,109,168); }
td.TdClassName
{
border-color: #B76DA8;
}
.TagClassName
{
border-color: #B76DA8;
}
</style>