Shades of East Side #B179CE
Tints of East Side #B179CE
RGB
CMYK
RGB Variations
Color information
#B179CE (or 0xB179CE) is known color: East Side. HEX triplet: B1, 79 and CE. RGB value is (177,121,206). Sum of RGB (Red+Green+Blue) = 177+121+206=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #B179CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179CE is #4E8631. Grayscale: #939393. Windows color (decimal): -5146162 or 13531569. OLE color: 13531569.
HSL color Cylindrical-coordinate representation of color #B179CE: hue angle of 279.53º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B179CE is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 121 | 206 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.19 |
| HSL | 279.53º | 0.46% | 0.64% | - |
| HSV(B) | 279.53º | 0.41% | 0.81% | - |
| XYZ | 36.11 | 27.48 | 61.79 | - |
| YUV | 147.43 | 161.05 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 206 | 0.14 | 0.41 | 0 | 0.19 | 279.53 | 0.46 | 0.64 |
| Hex | B1 | 79 | CE | E | 29 | 0 | 13 | 118 | 2E | 40 |
| Octal | 261 | 171 | 316 | 16 | 51 | 0 | 23 | 430 | 56 | 100 |
| Binary | 10110001 | 1111001 | 11001110 | 1110 | 101001 | 0 | 10011 | 100011000 | 101110 | 1000000 |
Color Harmonies of #B179CE
Complementary color
Monochromatic Colors of #B179CE
Black with #B179CE
Text Example
Text Example
White with #B179CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B179CE; }
p { color: rgb(177,121,206); }
H1.HeaderClassName
{
color: #B179CE;
}
.AnyTagClassName
{
color: #B179CE;
}
</style>
background-color css
<style>
a { background-color: #B179CE; }
a { background-color: rgb(177,121,206); }
div.DivClassName
{
background-color: #B179CE;
}
.BgClassName
{
background-color: #B179CE;
}
</style>
border-color css
<style>
span { border-color: #B179CE; }
span { border-color: rgb(177,121,206); }
td.TdClassName
{
border-color: #B179CE;
}
.TagClassName
{
border-color: #B179CE;
}
</style>