Shades of East Side #B17BC2
Tints of East Side #B17BC2
RGB
CMYK
RGB Variations
Color information
#B17BC2 (or 0xB17BC2) is known color: East Side. HEX triplet: B1, 7B and C2. RGB value is (177,123,194). Sum of RGB (Red+Green+Blue) = 177+123+194=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: blue. Hex color #B17BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BC2 is #4E843D. Grayscale: #939393. Windows color (decimal): -5145662 or 12745649. OLE color: 12745649.
HSL color Cylindrical-coordinate representation of color #B17BC2: hue angle of 285.63º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B17BC2 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 123 | 194 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.24 |
| HSL | 285.63º | 0.37% | 0.62% | - |
| HSV(B) | 285.63º | 0.37% | 0.76% | - |
| XYZ | 34.95 | 27.41 | 54.49 | - |
| YUV | 147.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 194 | 0.09 | 0.37 | 0 | 0.24 | 285.63 | 0.37 | 0.62 |
| Hex | B1 | 7B | C2 | 9 | 25 | 0 | 18 | 11E | 25 | 3E |
| Octal | 261 | 173 | 302 | 11 | 45 | 0 | 30 | 436 | 45 | 76 |
| Binary | 10110001 | 1111011 | 11000010 | 1001 | 100101 | 0 | 11000 | 100011110 | 100101 | 111110 |
Color Harmonies of #B17BC2
Complementary color
Monochromatic Colors of #B17BC2
Black with #B17BC2
Text Example
Text Example
White with #B17BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BC2; }
p { color: rgb(177,123,194); }
H1.HeaderClassName
{
color: #B17BC2;
}
.AnyTagClassName
{
color: #B17BC2;
}
</style>
background-color css
<style>
a { background-color: #B17BC2; }
a { background-color: rgb(177,123,194); }
div.DivClassName
{
background-color: #B17BC2;
}
.BgClassName
{
background-color: #B17BC2;
}
</style>
border-color css
<style>
span { border-color: #B17BC2; }
span { border-color: rgb(177,123,194); }
td.TdClassName
{
border-color: #B17BC2;
}
.TagClassName
{
border-color: #B17BC2;
}
</style>