Shades of Bouquet #B175A1
Tints of Bouquet #B175A1
RGB
CMYK
RGB Variations
Color information
#B175A1 (or 0xB175A1) is known color: Bouquet. HEX triplet: B1, 75 and A1. RGB value is (177,117,161). Sum of RGB (Red+Green+Blue) = 177+117+161=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B175A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175A1 is #4E8A5E. Grayscale: #8B8B8B. Windows color (decimal): -5147231 or 10581425. OLE color: 10581425.
HSL color Cylindrical-coordinate representation of color #B175A1: hue angle of 316º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B175A1 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 161 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.31 |
| HSL | 316º | 0.28% | 0.58% | - |
| HSV(B) | 316º | 0.34% | 0.69% | - |
| XYZ | 30.93 | 24.64 | 36.84 | - |
| YUV | 139.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 161 | 0 | 0.34 | 0.09 | 0.31 | 316 | 0.28 | 0.58 |
| Hex | B1 | 75 | A1 | 0 | 22 | 9 | 1F | 13C | 1C | 3A |
| Octal | 261 | 165 | 241 | 0 | 42 | 11 | 37 | 474 | 34 | 72 |
| Binary | 10110001 | 1110101 | 10100001 | 0 | 100010 | 1001 | 11111 | 100111100 | 11100 | 111010 |
Color Harmonies of #B175A1
Complementary color
Monochromatic Colors of #B175A1
Black with #B175A1
Text Example
Text Example
White with #B175A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B175A1; }
p { color: rgb(177,117,161); }
H1.HeaderClassName
{
color: #B175A1;
}
.AnyTagClassName
{
color: #B175A1;
}
</style>
background-color css
<style>
a { background-color: #B175A1; }
a { background-color: rgb(177,117,161); }
div.DivClassName
{
background-color: #B175A1;
}
.BgClassName
{
background-color: #B175A1;
}
</style>
border-color css
<style>
span { border-color: #B175A1; }
span { border-color: rgb(177,117,161); }
td.TdClassName
{
border-color: #B175A1;
}
.TagClassName
{
border-color: #B175A1;
}
</style>