Shades of East Side #B17CBC
Tints of East Side #B17CBC
RGB
CMYK
RGB Variations
Color information
#B17CBC (or 0xB17CBC) is known color: East Side. HEX triplet: B1, 7C and BC. RGB value is (177,124,188). Sum of RGB (Red+Green+Blue) = 177+124+188=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #B17CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17CBC is #4E8343. Grayscale: #929292. Windows color (decimal): -5145412 or 12352689. OLE color: 12352689.
HSL color Cylindrical-coordinate representation of color #B17CBC: hue angle of 289.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17CBC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 124 | 188 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.26 |
| HSL | 289.69º | 0.32% | 0.61% | - |
| HSV(B) | 289.69º | 0.34% | 0.74% | - |
| XYZ | 34.42 | 27.39 | 51.05 | - |
| YUV | 147.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 188 | 0.06 | 0.34 | 0 | 0.26 | 289.69 | 0.32 | 0.61 |
| Hex | B1 | 7C | BC | 6 | 22 | 0 | 1A | 122 | 20 | 3D |
| Octal | 261 | 174 | 274 | 6 | 42 | 0 | 32 | 442 | 40 | 75 |
| Binary | 10110001 | 1111100 | 10111100 | 110 | 100010 | 0 | 11010 | 100100010 | 100000 | 111101 |
Color Harmonies of #B17CBC
Complementary color
Monochromatic Colors of #B17CBC
Black with #B17CBC
Text Example
Text Example
White with #B17CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17CBC; }
p { color: rgb(177,124,188); }
H1.HeaderClassName
{
color: #B17CBC;
}
.AnyTagClassName
{
color: #B17CBC;
}
</style>
background-color css
<style>
a { background-color: #B17CBC; }
a { background-color: rgb(177,124,188); }
div.DivClassName
{
background-color: #B17CBC;
}
.BgClassName
{
background-color: #B17CBC;
}
</style>
border-color css
<style>
span { border-color: #B17CBC; }
span { border-color: rgb(177,124,188); }
td.TdClassName
{
border-color: #B17CBC;
}
.TagClassName
{
border-color: #B17CBC;
}
</style>