Shades of East Side #B17FD1
Tints of East Side #B17FD1
RGB
CMYK
RGB Variations
Color information
#B17FD1 (or 0xB17FD1) is known color: East Side. HEX triplet: B1, 7F and D1. RGB value is (177,127,209). Sum of RGB (Red+Green+Blue) = 177+127+209=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #B17FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FD1 is #4E802E. Grayscale: #979797. Windows color (decimal): -5144623 or 13729713. OLE color: 13729713.
HSL color Cylindrical-coordinate representation of color #B17FD1: hue angle of 276.59º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B17FD1 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 127 | 209 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.18 |
| HSL | 276.59º | 0.47% | 0.66% | - |
| HSV(B) | 276.59º | 0.39% | 0.82% | - |
| XYZ | 37.23 | 29.13 | 63.98 | - |
| YUV | 151.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 209 | 0.15 | 0.39 | 0 | 0.18 | 276.59 | 0.47 | 0.66 |
| Hex | B1 | 7F | D1 | F | 27 | 0 | 12 | 115 | 2F | 42 |
| Octal | 261 | 177 | 321 | 17 | 47 | 0 | 22 | 425 | 57 | 102 |
| Binary | 10110001 | 1111111 | 11010001 | 1111 | 100111 | 0 | 10010 | 100010101 | 101111 | 1000010 |
Color Harmonies of #B17FD1
Complementary color
Monochromatic Colors of #B17FD1
Black with #B17FD1
Text Example
Text Example
White with #B17FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FD1; }
p { color: rgb(177,127,209); }
H1.HeaderClassName
{
color: #B17FD1;
}
.AnyTagClassName
{
color: #B17FD1;
}
</style>
background-color css
<style>
a { background-color: #B17FD1; }
a { background-color: rgb(177,127,209); }
div.DivClassName
{
background-color: #B17FD1;
}
.BgClassName
{
background-color: #B17FD1;
}
</style>
border-color css
<style>
span { border-color: #B17FD1; }
span { border-color: rgb(177,127,209); }
td.TdClassName
{
border-color: #B17FD1;
}
.TagClassName
{
border-color: #B17FD1;
}
</style>