Shades of East Side #B17AD6
Tints of East Side #B17AD6
RGB
CMYK
RGB Variations
Color information
#B17AD6 (or 0xB17AD6) is known color: East Side. HEX triplet: B1, 7A and D6. RGB value is (177,122,214). Sum of RGB (Red+Green+Blue) = 177+122+214=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #B17AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17AD6 is #4E8529. Grayscale: #949494. Windows color (decimal): -5145898 or 14056113. OLE color: 14056113.
HSL color Cylindrical-coordinate representation of color #B17AD6: hue angle of 275.87º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B17AD6 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 122 | 214 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.16 |
| HSL | 275.87º | 0.53% | 0.66% | - |
| HSV(B) | 275.87º | 0.43% | 0.84% | - |
| XYZ | 37.23 | 28.12 | 67.08 | - |
| YUV | 148.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 214 | 0.17 | 0.43 | 0 | 0.16 | 275.87 | 0.53 | 0.66 |
| Hex | B1 | 7A | D6 | 11 | 2B | 0 | 10 | 114 | 35 | 42 |
| Octal | 261 | 172 | 326 | 21 | 53 | 0 | 20 | 424 | 65 | 102 |
| Binary | 10110001 | 1111010 | 11010110 | 10001 | 101011 | 0 | 10000 | 100010100 | 110101 | 1000010 |
Color Harmonies of #B17AD6
Complementary color
Monochromatic Colors of #B17AD6
Black with #B17AD6
Text Example
Text Example
White with #B17AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17AD6; }
p { color: rgb(177,122,214); }
H1.HeaderClassName
{
color: #B17AD6;
}
.AnyTagClassName
{
color: #B17AD6;
}
</style>
background-color css
<style>
a { background-color: #B17AD6; }
a { background-color: rgb(177,122,214); }
div.DivClassName
{
background-color: #B17AD6;
}
.BgClassName
{
background-color: #B17AD6;
}
</style>
border-color css
<style>
span { border-color: #B17AD6; }
span { border-color: rgb(177,122,214); }
td.TdClassName
{
border-color: #B17AD6;
}
.TagClassName
{
border-color: #B17AD6;
}
</style>