Shades of East Side #B178CA
Tints of East Side #B178CA
RGB
CMYK
RGB Variations
Color information
#B178CA (or 0xB178CA) is known color: East Side. HEX triplet: B1, 78 and CA. RGB value is (177,120,202). Sum of RGB (Red+Green+Blue) = 177+120+202=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #B178CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178CA is #4E8735. Grayscale: #929292. Windows color (decimal): -5146422 or 13269169. OLE color: 13269169.
HSL color Cylindrical-coordinate representation of color #B178CA: hue angle of 281.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B178CA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 120 | 202 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.21 |
| HSL | 281.71º | 0.44% | 0.63% | - |
| HSV(B) | 281.71º | 0.41% | 0.79% | - |
| XYZ | 35.51 | 27.04 | 59.23 | - |
| YUV | 146.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 202 | 0.12 | 0.41 | 0 | 0.21 | 281.71 | 0.44 | 0.63 |
| Hex | B1 | 78 | CA | C | 29 | 0 | 15 | 11A | 2C | 3F |
| Octal | 261 | 170 | 312 | 14 | 51 | 0 | 25 | 432 | 54 | 77 |
| Binary | 10110001 | 1111000 | 11001010 | 1100 | 101001 | 0 | 10101 | 100011010 | 101100 | 111111 |
Color Harmonies of #B178CA
Complementary color
Monochromatic Colors of #B178CA
Black with #B178CA
Text Example
Text Example
White with #B178CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178CA; }
p { color: rgb(177,120,202); }
H1.HeaderClassName
{
color: #B178CA;
}
.AnyTagClassName
{
color: #B178CA;
}
</style>
background-color css
<style>
a { background-color: #B178CA; }
a { background-color: rgb(177,120,202); }
div.DivClassName
{
background-color: #B178CA;
}
.BgClassName
{
background-color: #B178CA;
}
</style>
border-color css
<style>
span { border-color: #B178CA; }
span { border-color: rgb(177,120,202); }
td.TdClassName
{
border-color: #B178CA;
}
.TagClassName
{
border-color: #B178CA;
}
</style>