Shades of East Side #B178D4
Tints of East Side #B178D4
RGB
CMYK
RGB Variations
Color information
#B178D4 (or 0xB178D4) is known color: East Side. HEX triplet: B1, 78 and D4. RGB value is (177,120,212). Sum of RGB (Red+Green+Blue) = 177+120+212=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #B178D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178D4 is #4E872B. Grayscale: #939393. Windows color (decimal): -5146412 or 13924529. OLE color: 13924529.
HSL color Cylindrical-coordinate representation of color #B178D4: hue angle of 277.17º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B178D4 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 120 | 212 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.17 |
| HSL | 277.17º | 0.52% | 0.65% | - |
| HSV(B) | 277.17º | 0.43% | 0.83% | - |
| XYZ | 36.73 | 27.53 | 65.67 | - |
| YUV | 147.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 212 | 0.17 | 0.43 | 0 | 0.17 | 277.17 | 0.52 | 0.65 |
| Hex | B1 | 78 | D4 | 11 | 2B | 0 | 11 | 115 | 34 | 41 |
| Octal | 261 | 170 | 324 | 21 | 53 | 0 | 21 | 425 | 64 | 101 |
| Binary | 10110001 | 1111000 | 11010100 | 10001 | 101011 | 0 | 10001 | 100010101 | 110100 | 1000001 |
Color Harmonies of #B178D4
Complementary color
Monochromatic Colors of #B178D4
Black with #B178D4
Text Example
Text Example
White with #B178D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178D4; }
p { color: rgb(177,120,212); }
H1.HeaderClassName
{
color: #B178D4;
}
.AnyTagClassName
{
color: #B178D4;
}
</style>
background-color css
<style>
a { background-color: #B178D4; }
a { background-color: rgb(177,120,212); }
div.DivClassName
{
background-color: #B178D4;
}
.BgClassName
{
background-color: #B178D4;
}
</style>
border-color css
<style>
span { border-color: #B178D4; }
span { border-color: rgb(177,120,212); }
td.TdClassName
{
border-color: #B178D4;
}
.TagClassName
{
border-color: #B178D4;
}
</style>