Shades of East Side #B172BC
Tints of East Side #B172BC
RGB
CMYK
RGB Variations
Color information
#B172BC (or 0xB172BC) is known color: East Side. HEX triplet: B1, 72 and BC. RGB value is (177,114,188). Sum of RGB (Red+Green+Blue) = 177+114+188=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #B172BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172BC is #4E8D43. Grayscale: #8D8D8D. Windows color (decimal): -5147972 or 12350129. OLE color: 12350129.
HSL color Cylindrical-coordinate representation of color #B172BC: hue angle of 291.08º degrees, saturation: 0.36, 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 #B172BC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 114 | 188 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.26 |
| HSL | 291.08º | 0.36% | 0.59% | - |
| HSV(B) | 291.08º | 0.39% | 0.74% | - |
| XYZ | 33.23 | 25.01 | 50.65 | - |
| YUV | 141.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 188 | 0.06 | 0.39 | 0 | 0.26 | 291.08 | 0.36 | 0.59 |
| Hex | B1 | 72 | BC | 6 | 27 | 0 | 1A | 123 | 24 | 3B |
| Octal | 261 | 162 | 274 | 6 | 47 | 0 | 32 | 443 | 44 | 73 |
| Binary | 10110001 | 1110010 | 10111100 | 110 | 100111 | 0 | 11010 | 100100011 | 100100 | 111011 |
Color Harmonies of #B172BC
Complementary color
Monochromatic Colors of #B172BC
Black with #B172BC
Text Example
Text Example
White with #B172BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172BC; }
p { color: rgb(177,114,188); }
H1.HeaderClassName
{
color: #B172BC;
}
.AnyTagClassName
{
color: #B172BC;
}
</style>
background-color css
<style>
a { background-color: #B172BC; }
a { background-color: rgb(177,114,188); }
div.DivClassName
{
background-color: #B172BC;
}
.BgClassName
{
background-color: #B172BC;
}
</style>
border-color css
<style>
span { border-color: #B172BC; }
span { border-color: rgb(177,114,188); }
td.TdClassName
{
border-color: #B172BC;
}
.TagClassName
{
border-color: #B172BC;
}
</style>