Shades of East Side #B173BC
Tints of East Side #B173BC
RGB
CMYK
RGB Variations
Color information
#B173BC (or 0xB173BC) is known color: East Side. HEX triplet: B1, 73 and BC. RGB value is (177,115,188). Sum of RGB (Red+Green+Blue) = 177+115+188=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #B173BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173BC is #4E8C43. Grayscale: #8D8D8D. Windows color (decimal): -5147716 or 12350385. OLE color: 12350385.
HSL color Cylindrical-coordinate representation of color #B173BC: hue angle of 290.96º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B173BC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 115 | 188 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.26 |
| HSL | 290.96º | 0.35% | 0.59% | - |
| HSV(B) | 290.96º | 0.39% | 0.74% | - |
| XYZ | 33.34 | 25.24 | 50.69 | - |
| YUV | 141.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 188 | 0.06 | 0.39 | 0 | 0.26 | 290.96 | 0.35 | 0.59 |
| Hex | B1 | 73 | BC | 6 | 27 | 0 | 1A | 123 | 23 | 3B |
| Octal | 261 | 163 | 274 | 6 | 47 | 0 | 32 | 443 | 43 | 73 |
| Binary | 10110001 | 1110011 | 10111100 | 110 | 100111 | 0 | 11010 | 100100011 | 100011 | 111011 |
Color Harmonies of #B173BC
Complementary color
Monochromatic Colors of #B173BC
Black with #B173BC
Text Example
Text Example
White with #B173BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B173BC; }
p { color: rgb(177,115,188); }
H1.HeaderClassName
{
color: #B173BC;
}
.AnyTagClassName
{
color: #B173BC;
}
</style>
background-color css
<style>
a { background-color: #B173BC; }
a { background-color: rgb(177,115,188); }
div.DivClassName
{
background-color: #B173BC;
}
.BgClassName
{
background-color: #B173BC;
}
</style>
border-color css
<style>
span { border-color: #B173BC; }
span { border-color: rgb(177,115,188); }
td.TdClassName
{
border-color: #B173BC;
}
.TagClassName
{
border-color: #B173BC;
}
</style>