Shades of East Side #B17DD0
Tints of East Side #B17DD0
RGB
CMYK
RGB Variations
Color information
#B17DD0 (or 0xB17DD0) is known color: East Side. HEX triplet: B1, 7D and D0. RGB value is (177,125,208). Sum of RGB (Red+Green+Blue) = 177+125+208=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #B17DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DD0 is #4E822F. Grayscale: #959595. Windows color (decimal): -5145136 or 13663665. OLE color: 13663665.
HSL color Cylindrical-coordinate representation of color #B17DD0: hue angle of 277.59º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B17DD0 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 125 | 208 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.18 |
| HSL | 277.59º | 0.47% | 0.65% | - |
| HSV(B) | 277.59º | 0.4% | 0.82% | - |
| XYZ | 36.85 | 28.57 | 63.25 | - |
| YUV | 150.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 208 | 0.15 | 0.40 | 0 | 0.18 | 277.59 | 0.47 | 0.65 |
| Hex | B1 | 7D | D0 | F | 28 | 0 | 12 | 116 | 2F | 41 |
| Octal | 261 | 175 | 320 | 17 | 50 | 0 | 22 | 426 | 57 | 101 |
| Binary | 10110001 | 1111101 | 11010000 | 1111 | 101000 | 0 | 10010 | 100010110 | 101111 | 1000001 |
Color Harmonies of #B17DD0
Complementary color
Monochromatic Colors of #B17DD0
Black with #B17DD0
Text Example
Text Example
White with #B17DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DD0; }
p { color: rgb(177,125,208); }
H1.HeaderClassName
{
color: #B17DD0;
}
.AnyTagClassName
{
color: #B17DD0;
}
</style>
background-color css
<style>
a { background-color: #B17DD0; }
a { background-color: rgb(177,125,208); }
div.DivClassName
{
background-color: #B17DD0;
}
.BgClassName
{
background-color: #B17DD0;
}
</style>
border-color css
<style>
span { border-color: #B17DD0; }
span { border-color: rgb(177,125,208); }
td.TdClassName
{
border-color: #B17DD0;
}
.TagClassName
{
border-color: #B17DD0;
}
</style>