Shades of East Side #B17AD0
Tints of East Side #B17AD0
RGB
CMYK
RGB Variations
Color information
#B17AD0 (or 0xB17AD0) is known color: East Side. HEX triplet: B1, 7A and D0. RGB value is (177,122,208). Sum of RGB (Red+Green+Blue) = 177+122+208=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #B17AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17AD0 is #4E852F. Grayscale: #939393. Windows color (decimal): -5145904 or 13662897. OLE color: 13662897.
HSL color Cylindrical-coordinate representation of color #B17AD0: hue angle of 278.37º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B17AD0 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 122 | 208 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.18 |
| HSL | 278.37º | 0.48% | 0.65% | - |
| HSV(B) | 278.37º | 0.41% | 0.82% | - |
| XYZ | 36.48 | 27.82 | 63.12 | - |
| YUV | 148.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 208 | 0.15 | 0.41 | 0 | 0.18 | 278.37 | 0.48 | 0.65 |
| Hex | B1 | 7A | D0 | F | 29 | 0 | 12 | 116 | 30 | 41 |
| Octal | 261 | 172 | 320 | 17 | 51 | 0 | 22 | 426 | 60 | 101 |
| Binary | 10110001 | 1111010 | 11010000 | 1111 | 101001 | 0 | 10010 | 100010110 | 110000 | 1000001 |
Color Harmonies of #B17AD0
Complementary color
Monochromatic Colors of #B17AD0
Black with #B17AD0
Text Example
Text Example
White with #B17AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17AD0; }
p { color: rgb(177,122,208); }
H1.HeaderClassName
{
color: #B17AD0;
}
.AnyTagClassName
{
color: #B17AD0;
}
</style>
background-color css
<style>
a { background-color: #B17AD0; }
a { background-color: rgb(177,122,208); }
div.DivClassName
{
background-color: #B17AD0;
}
.BgClassName
{
background-color: #B17AD0;
}
</style>
border-color css
<style>
span { border-color: #B17AD0; }
span { border-color: rgb(177,122,208); }
td.TdClassName
{
border-color: #B17AD0;
}
.TagClassName
{
border-color: #B17AD0;
}
</style>