Shades of East Side #B17FC6
Tints of East Side #B17FC6
RGB
CMYK
RGB Variations
Color information
#B17FC6 (or 0xB17FC6) is known color: East Side. HEX triplet: B1, 7F and C6. RGB value is (177,127,198). Sum of RGB (Red+Green+Blue) = 177+127+198=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #B17FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FC6 is #4E8039. Grayscale: #959595. Windows color (decimal): -5144634 or 13008817. OLE color: 13008817.
HSL color Cylindrical-coordinate representation of color #B17FC6: hue angle of 282.25º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17FC6 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 127 | 198 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.22 |
| HSL | 282.25º | 0.38% | 0.64% | - |
| HSV(B) | 282.25º | 0.36% | 0.78% | - |
| XYZ | 35.91 | 28.6 | 57.05 | - |
| YUV | 150.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 198 | 0.11 | 0.36 | 0 | 0.22 | 282.25 | 0.38 | 0.64 |
| Hex | B1 | 7F | C6 | B | 24 | 0 | 16 | 11A | 26 | 40 |
| Octal | 261 | 177 | 306 | 13 | 44 | 0 | 26 | 432 | 46 | 100 |
| Binary | 10110001 | 1111111 | 11000110 | 1011 | 100100 | 0 | 10110 | 100011010 | 100110 | 1000000 |
Color Harmonies of #B17FC6
Complementary color
Monochromatic Colors of #B17FC6
Black with #B17FC6
Text Example
Text Example
White with #B17FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FC6; }
p { color: rgb(177,127,198); }
H1.HeaderClassName
{
color: #B17FC6;
}
.AnyTagClassName
{
color: #B17FC6;
}
</style>
background-color css
<style>
a { background-color: #B17FC6; }
a { background-color: rgb(177,127,198); }
div.DivClassName
{
background-color: #B17FC6;
}
.BgClassName
{
background-color: #B17FC6;
}
</style>
border-color css
<style>
span { border-color: #B17FC6; }
span { border-color: rgb(177,127,198); }
td.TdClassName
{
border-color: #B17FC6;
}
.TagClassName
{
border-color: #B17FC6;
}
</style>