Shades of East Side #B179CF
Tints of East Side #B179CF
RGB
CMYK
RGB Variations
Color information
#B179CF (or 0xB179CF) is known color: East Side. HEX triplet: B1, 79 and CF. RGB value is (177,121,207). Sum of RGB (Red+Green+Blue) = 177+121+207=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #B179CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179CF is #4E8630. Grayscale: #939393. Windows color (decimal): -5146161 or 13597105. OLE color: 13597105.
HSL color Cylindrical-coordinate representation of color #B179CF: hue angle of 279.07º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B179CF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 121 | 207 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.19 |
| HSL | 279.07º | 0.47% | 0.64% | - |
| HSV(B) | 279.07º | 0.42% | 0.81% | - |
| XYZ | 36.23 | 27.53 | 62.44 | - |
| YUV | 147.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 207 | 0.14 | 0.42 | 0 | 0.19 | 279.07 | 0.47 | 0.64 |
| Hex | B1 | 79 | CF | E | 2A | 0 | 13 | 117 | 2F | 40 |
| Octal | 261 | 171 | 317 | 16 | 52 | 0 | 23 | 427 | 57 | 100 |
| Binary | 10110001 | 1111001 | 11001111 | 1110 | 101010 | 0 | 10011 | 100010111 | 101111 | 1000000 |
Color Harmonies of #B179CF
Complementary color
Monochromatic Colors of #B179CF
Black with #B179CF
Text Example
Text Example
White with #B179CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B179CF; }
p { color: rgb(177,121,207); }
H1.HeaderClassName
{
color: #B179CF;
}
.AnyTagClassName
{
color: #B179CF;
}
</style>
background-color css
<style>
a { background-color: #B179CF; }
a { background-color: rgb(177,121,207); }
div.DivClassName
{
background-color: #B179CF;
}
.BgClassName
{
background-color: #B179CF;
}
</style>
border-color css
<style>
span { border-color: #B179CF; }
span { border-color: rgb(177,121,207); }
td.TdClassName
{
border-color: #B179CF;
}
.TagClassName
{
border-color: #B179CF;
}
</style>