Shades of East Side #B176D1
Tints of East Side #B176D1
RGB
CMYK
RGB Variations
Color information
#B176D1 (or 0xB176D1) is known color: East Side. HEX triplet: B1, 76 and D1. RGB value is (177,118,209). Sum of RGB (Red+Green+Blue) = 177+118+209=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #B176D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176D1 is #4E892E. Grayscale: #919191. Windows color (decimal): -5146927 or 13727409. OLE color: 13727409.
HSL color Cylindrical-coordinate representation of color #B176D1: hue angle of 278.9º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B176D1 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 118 | 209 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.18 |
| HSL | 278.9º | 0.5% | 0.64% | - |
| HSV(B) | 278.9º | 0.44% | 0.82% | - |
| XYZ | 36.12 | 26.91 | 63.61 | - |
| YUV | 146.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 209 | 0.15 | 0.44 | 0 | 0.18 | 278.9 | 0.5 | 0.64 |
| Hex | B1 | 76 | D1 | F | 2C | 0 | 12 | 117 | 32 | 40 |
| Octal | 261 | 166 | 321 | 17 | 54 | 0 | 22 | 427 | 62 | 100 |
| Binary | 10110001 | 1110110 | 11010001 | 1111 | 101100 | 0 | 10010 | 100010111 | 110010 | 1000000 |
Color Harmonies of #B176D1
Complementary color
Monochromatic Colors of #B176D1
Black with #B176D1
Text Example
Text Example
White with #B176D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B176D1; }
p { color: rgb(177,118,209); }
H1.HeaderClassName
{
color: #B176D1;
}
.AnyTagClassName
{
color: #B176D1;
}
</style>
background-color css
<style>
a { background-color: #B176D1; }
a { background-color: rgb(177,118,209); }
div.DivClassName
{
background-color: #B176D1;
}
.BgClassName
{
background-color: #B176D1;
}
</style>
border-color css
<style>
span { border-color: #B176D1; }
span { border-color: rgb(177,118,209); }
td.TdClassName
{
border-color: #B176D1;
}
.TagClassName
{
border-color: #B176D1;
}
</style>