Shades of Bouquet #B17CA3
Tints of Bouquet #B17CA3
RGB
CMYK
RGB Variations
Color information
#B17CA3 (or 0xB17CA3) is known color: Bouquet. HEX triplet: B1, 7C and A3. RGB value is (177,124,163). Sum of RGB (Red+Green+Blue) = 177+124+163=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B17CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CA3 is #4E835C. Grayscale: #909090. Windows color (decimal): -5145437 or 10714289. OLE color: 10714289.
HSL color Cylindrical-coordinate representation of color #B17CA3: hue angle of 315.85º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17CA3 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 163 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.31 |
| HSL | 315.85º | 0.25% | 0.59% | - |
| HSV(B) | 315.85º | 0.3% | 0.69% | - |
| XYZ | 31.95 | 26.41 | 38.06 | - |
| YUV | 144.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 163 | 0 | 0.30 | 0.08 | 0.31 | 315.85 | 0.25 | 0.59 |
| Hex | B1 | 7C | A3 | 0 | 1E | 8 | 1F | 13C | 19 | 3B |
| Octal | 261 | 174 | 243 | 0 | 36 | 10 | 37 | 474 | 31 | 73 |
| Binary | 10110001 | 1111100 | 10100011 | 0 | 11110 | 1000 | 11111 | 100111100 | 11001 | 111011 |
Color Harmonies of #B17CA3
Complementary color
Monochromatic Colors of #B17CA3
Black with #B17CA3
Text Example
Text Example
White with #B17CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17CA3; }
p { color: rgb(177,124,163); }
H1.HeaderClassName
{
color: #B17CA3;
}
.AnyTagClassName
{
color: #B17CA3;
}
</style>
background-color css
<style>
a { background-color: #B17CA3; }
a { background-color: rgb(177,124,163); }
div.DivClassName
{
background-color: #B17CA3;
}
.BgClassName
{
background-color: #B17CA3;
}
</style>
border-color css
<style>
span { border-color: #B17CA3; }
span { border-color: rgb(177,124,163); }
td.TdClassName
{
border-color: #B17CA3;
}
.TagClassName
{
border-color: #B17CA3;
}
</style>