Shades of East Side #B17DD5
Tints of East Side #B17DD5
RGB
CMYK
RGB Variations
Color information
#B17DD5 (or 0xB17DD5) is known color: East Side. HEX triplet: B1, 7D and D5. RGB value is (177,125,213). Sum of RGB (Red+Green+Blue) = 177+125+213=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #B17DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DD5 is #4E822A. Grayscale: #969696. Windows color (decimal): -5145131 or 13991345. OLE color: 13991345.
HSL color Cylindrical-coordinate representation of color #B17DD5: hue angle of 275.45º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B17DD5 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 125 | 213 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.16 |
| HSL | 275.45º | 0.51% | 0.66% | - |
| HSV(B) | 275.45º | 0.41% | 0.84% | - |
| XYZ | 37.48 | 28.82 | 66.54 | - |
| YUV | 150.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 213 | 0.17 | 0.41 | 0 | 0.16 | 275.45 | 0.51 | 0.66 |
| Hex | B1 | 7D | D5 | 11 | 29 | 0 | 10 | 113 | 33 | 42 |
| Octal | 261 | 175 | 325 | 21 | 51 | 0 | 20 | 423 | 63 | 102 |
| Binary | 10110001 | 1111101 | 11010101 | 10001 | 101001 | 0 | 10000 | 100010011 | 110011 | 1000010 |
Color Harmonies of #B17DD5
Complementary color
Monochromatic Colors of #B17DD5
Black with #B17DD5
Text Example
Text Example
White with #B17DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DD5; }
p { color: rgb(177,125,213); }
H1.HeaderClassName
{
color: #B17DD5;
}
.AnyTagClassName
{
color: #B17DD5;
}
</style>
background-color css
<style>
a { background-color: #B17DD5; }
a { background-color: rgb(177,125,213); }
div.DivClassName
{
background-color: #B17DD5;
}
.BgClassName
{
background-color: #B17DD5;
}
</style>
border-color css
<style>
span { border-color: #B17DD5; }
span { border-color: rgb(177,125,213); }
td.TdClassName
{
border-color: #B17DD5;
}
.TagClassName
{
border-color: #B17DD5;
}
</style>