Shades of East Side #B17CC5
Tints of East Side #B17CC5
RGB
CMYK
RGB Variations
Color information
#B17CC5 (or 0xB17CC5) is known color: East Side. HEX triplet: B1, 7C and C5. RGB value is (177,124,197). Sum of RGB (Red+Green+Blue) = 177+124+197=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 197 - color contains mainly: blue. Hex color #B17CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CC5 is #4E833A. Grayscale: #939393. Windows color (decimal): -5145403 or 12942513. OLE color: 12942513.
HSL color Cylindrical-coordinate representation of color #B17CC5: hue angle of 283.56º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B17CC5 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 124 | 197 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.23 |
| HSL | 283.56º | 0.39% | 0.63% | - |
| HSV(B) | 283.56º | 0.37% | 0.77% | - |
| XYZ | 35.42 | 27.79 | 56.32 | - |
| YUV | 148.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 197 | 0.10 | 0.37 | 0 | 0.23 | 283.56 | 0.39 | 0.63 |
| Hex | B1 | 7C | C5 | A | 25 | 0 | 17 | 11C | 27 | 3F |
| Octal | 261 | 174 | 305 | 12 | 45 | 0 | 27 | 434 | 47 | 77 |
| Binary | 10110001 | 1111100 | 11000101 | 1010 | 100101 | 0 | 10111 | 100011100 | 100111 | 111111 |
Color Harmonies of #B17CC5
Complementary color
Monochromatic Colors of #B17CC5
Black with #B17CC5
Text Example
Text Example
White with #B17CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17CC5; }
p { color: rgb(177,124,197); }
H1.HeaderClassName
{
color: #B17CC5;
}
.AnyTagClassName
{
color: #B17CC5;
}
</style>
background-color css
<style>
a { background-color: #B17CC5; }
a { background-color: rgb(177,124,197); }
div.DivClassName
{
background-color: #B17CC5;
}
.BgClassName
{
background-color: #B17CC5;
}
</style>
border-color css
<style>
span { border-color: #B17CC5; }
span { border-color: rgb(177,124,197); }
td.TdClassName
{
border-color: #B17CC5;
}
.TagClassName
{
border-color: #B17CC5;
}
</style>