Shades of East Side #B17BC0
Tints of East Side #B17BC0
RGB
CMYK
RGB Variations
Color information
#B17BC0 (or 0xB17BC0) is known color: East Side. HEX triplet: B1, 7B and C0. RGB value is (177,123,192). Sum of RGB (Red+Green+Blue) = 177+123+192=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #B17BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BC0 is #4E843F. Grayscale: #929292. Windows color (decimal): -5145664 or 12614577. OLE color: 12614577.
HSL color Cylindrical-coordinate representation of color #B17BC0: hue angle of 286.96º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17BC0 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 123 | 192 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.25 |
| HSL | 286.96º | 0.35% | 0.62% | - |
| HSV(B) | 286.96º | 0.36% | 0.75% | - |
| XYZ | 34.73 | 27.32 | 53.31 | - |
| YUV | 147.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 192 | 0.08 | 0.36 | 0 | 0.25 | 286.96 | 0.35 | 0.62 |
| Hex | B1 | 7B | C0 | 8 | 24 | 0 | 19 | 11F | 23 | 3E |
| Octal | 261 | 173 | 300 | 10 | 44 | 0 | 31 | 437 | 43 | 76 |
| Binary | 10110001 | 1111011 | 11000000 | 1000 | 100100 | 0 | 11001 | 100011111 | 100011 | 111110 |
Color Harmonies of #B17BC0
Complementary color
Monochromatic Colors of #B17BC0
Black with #B17BC0
Text Example
Text Example
White with #B17BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BC0; }
p { color: rgb(177,123,192); }
H1.HeaderClassName
{
color: #B17BC0;
}
.AnyTagClassName
{
color: #B17BC0;
}
</style>
background-color css
<style>
a { background-color: #B17BC0; }
a { background-color: rgb(177,123,192); }
div.DivClassName
{
background-color: #B17BC0;
}
.BgClassName
{
background-color: #B17BC0;
}
</style>
border-color css
<style>
span { border-color: #B17BC0; }
span { border-color: rgb(177,123,192); }
td.TdClassName
{
border-color: #B17BC0;
}
.TagClassName
{
border-color: #B17BC0;
}
</style>