Shades of East Side #B17DB7
Tints of East Side #B17DB7
RGB
CMYK
RGB Variations
Color information
#B17DB7 (or 0xB17DB7) is known color: East Side. HEX triplet: B1, 7D and B7. RGB value is (177,125,183). Sum of RGB (Red+Green+Blue) = 177+125+183=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: blue. Hex color #B17DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DB7 is #4E8248. Grayscale: #929292. Windows color (decimal): -5145161 or 12025265. OLE color: 12025265.
HSL color Cylindrical-coordinate representation of color #B17DB7: hue angle of 293.79º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B17DB7 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 125 | 183 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.28 |
| HSL | 293.79º | 0.29% | 0.6% | - |
| HSV(B) | 293.79º | 0.32% | 0.72% | - |
| XYZ | 34.01 | 27.43 | 48.3 | - |
| YUV | 147.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 183 | 0.03 | 0.32 | 0 | 0.28 | 293.79 | 0.29 | 0.6 |
| Hex | B1 | 7D | B7 | 3 | 20 | 0 | 1C | 126 | 1D | 3C |
| Octal | 261 | 175 | 267 | 3 | 40 | 0 | 34 | 446 | 35 | 74 |
| Binary | 10110001 | 1111101 | 10110111 | 11 | 100000 | 0 | 11100 | 100100110 | 11101 | 111100 |
Color Harmonies of #B17DB7
Complementary color
Monochromatic Colors of #B17DB7
Black with #B17DB7
Text Example
Text Example
White with #B17DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DB7; }
p { color: rgb(177,125,183); }
H1.HeaderClassName
{
color: #B17DB7;
}
.AnyTagClassName
{
color: #B17DB7;
}
</style>
background-color css
<style>
a { background-color: #B17DB7; }
a { background-color: rgb(177,125,183); }
div.DivClassName
{
background-color: #B17DB7;
}
.BgClassName
{
background-color: #B17DB7;
}
</style>
border-color css
<style>
span { border-color: #B17DB7; }
span { border-color: rgb(177,125,183); }
td.TdClassName
{
border-color: #B17DB7;
}
.TagClassName
{
border-color: #B17DB7;
}
</style>