Shades of Bouquet #B173A3
Tints of Bouquet #B173A3
RGB
CMYK
RGB Variations
Color information
#B173A3 (or 0xB173A3) is known color: Bouquet. HEX triplet: B1, 73 and A3. RGB value is (177,115,163). Sum of RGB (Red+Green+Blue) = 177+115+163=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B173A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B173A3 is #4E8C5C. Grayscale: #8A8A8A. Windows color (decimal): -5147741 or 10711985. OLE color: 10711985.
HSL color Cylindrical-coordinate representation of color #B173A3: hue angle of 313.55º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B173A3 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 163 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.31 |
| HSL | 313.55º | 0.28% | 0.57% | - |
| HSV(B) | 313.55º | 0.35% | 0.69% | - |
| XYZ | 30.87 | 24.25 | 37.7 | - |
| YUV | 139.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 163 | 0 | 0.35 | 0.08 | 0.31 | 313.55 | 0.28 | 0.57 |
| Hex | B1 | 73 | A3 | 0 | 23 | 8 | 1F | 13A | 1C | 39 |
| Octal | 261 | 163 | 243 | 0 | 43 | 10 | 37 | 472 | 34 | 71 |
| Binary | 10110001 | 1110011 | 10100011 | 0 | 100011 | 1000 | 11111 | 100111010 | 11100 | 111001 |
Color Harmonies of #B173A3
Complementary color
Monochromatic Colors of #B173A3
Black with #B173A3
Text Example
Text Example
White with #B173A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B173A3; }
p { color: rgb(177,115,163); }
H1.HeaderClassName
{
color: #B173A3;
}
.AnyTagClassName
{
color: #B173A3;
}
</style>
background-color css
<style>
a { background-color: #B173A3; }
a { background-color: rgb(177,115,163); }
div.DivClassName
{
background-color: #B173A3;
}
.BgClassName
{
background-color: #B173A3;
}
</style>
border-color css
<style>
span { border-color: #B173A3; }
span { border-color: rgb(177,115,163); }
td.TdClassName
{
border-color: #B173A3;
}
.TagClassName
{
border-color: #B173A3;
}
</style>