Shades of East Side #B178D1
Tints of East Side #B178D1
RGB
CMYK
RGB Variations
Color information
#B178D1 (or 0xB178D1) is known color: East Side. HEX triplet: B1, 78 and D1. RGB value is (177,120,209). Sum of RGB (Red+Green+Blue) = 177+120+209=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #B178D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178D1 is #4E872E. Grayscale: #929292. Windows color (decimal): -5146415 or 13727921. OLE color: 13727921.
HSL color Cylindrical-coordinate representation of color #B178D1: hue angle of 278.43º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B178D1 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 120 | 209 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.18 |
| HSL | 278.43º | 0.49% | 0.65% | - |
| HSV(B) | 278.43º | 0.43% | 0.82% | - |
| XYZ | 36.36 | 27.38 | 63.69 | - |
| YUV | 147.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 209 | 0.15 | 0.43 | 0 | 0.18 | 278.43 | 0.49 | 0.65 |
| Hex | B1 | 78 | D1 | F | 2B | 0 | 12 | 116 | 31 | 41 |
| Octal | 261 | 170 | 321 | 17 | 53 | 0 | 22 | 426 | 61 | 101 |
| Binary | 10110001 | 1111000 | 11010001 | 1111 | 101011 | 0 | 10010 | 100010110 | 110001 | 1000001 |
Color Harmonies of #B178D1
Complementary color
Monochromatic Colors of #B178D1
Black with #B178D1
Text Example
Text Example
White with #B178D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178D1; }
p { color: rgb(177,120,209); }
H1.HeaderClassName
{
color: #B178D1;
}
.AnyTagClassName
{
color: #B178D1;
}
</style>
background-color css
<style>
a { background-color: #B178D1; }
a { background-color: rgb(177,120,209); }
div.DivClassName
{
background-color: #B178D1;
}
.BgClassName
{
background-color: #B178D1;
}
</style>
border-color css
<style>
span { border-color: #B178D1; }
span { border-color: rgb(177,120,209); }
td.TdClassName
{
border-color: #B178D1;
}
.TagClassName
{
border-color: #B178D1;
}
</style>