Shades of East Side #B179C1
Tints of East Side #B179C1
RGB
CMYK
RGB Variations
Color information
#B179C1 (or 0xB179C1) is known color: East Side. HEX triplet: B1, 79 and C1. RGB value is (177,121,193). Sum of RGB (Red+Green+Blue) = 177+121+193=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #B179C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179C1 is #4E863E. Grayscale: #919191. Windows color (decimal): -5146175 or 12679601. OLE color: 12679601.
HSL color Cylindrical-coordinate representation of color #B179C1: hue angle of 286.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B179C1 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 121 | 193 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.24 |
| HSL | 286.67º | 0.37% | 0.62% | - |
| HSV(B) | 286.67º | 0.37% | 0.76% | - |
| XYZ | 34.59 | 26.87 | 53.82 | - |
| YUV | 145.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 193 | 0.08 | 0.37 | 0 | 0.24 | 286.67 | 0.37 | 0.62 |
| Hex | B1 | 79 | C1 | 8 | 25 | 0 | 18 | 11F | 25 | 3E |
| Octal | 261 | 171 | 301 | 10 | 45 | 0 | 30 | 437 | 45 | 76 |
| Binary | 10110001 | 1111001 | 11000001 | 1000 | 100101 | 0 | 11000 | 100011111 | 100101 | 111110 |
Color Harmonies of #B179C1
Complementary color
Monochromatic Colors of #B179C1
Black with #B179C1
Text Example
Text Example
White with #B179C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B179C1; }
p { color: rgb(177,121,193); }
H1.HeaderClassName
{
color: #B179C1;
}
.AnyTagClassName
{
color: #B179C1;
}
</style>
background-color css
<style>
a { background-color: #B179C1; }
a { background-color: rgb(177,121,193); }
div.DivClassName
{
background-color: #B179C1;
}
.BgClassName
{
background-color: #B179C1;
}
</style>
border-color css
<style>
span { border-color: #B179C1; }
span { border-color: rgb(177,121,193); }
td.TdClassName
{
border-color: #B179C1;
}
.TagClassName
{
border-color: #B179C1;
}
</style>