Shades of East Side #B178CE
Tints of East Side #B178CE
RGB
CMYK
RGB Variations
Color information
#B178CE (or 0xB178CE) is known color: East Side. HEX triplet: B1, 78 and CE. RGB value is (177,120,206). Sum of RGB (Red+Green+Blue) = 177+120+206=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #B178CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178CE is #4E8731. Grayscale: #929292. Windows color (decimal): -5146418 or 13531313. OLE color: 13531313.
HSL color Cylindrical-coordinate representation of color #B178CE: hue angle of 279.77º 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 #B178CE is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 120 | 206 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.19 |
| HSL | 279.77º | 0.47% | 0.64% | - |
| HSV(B) | 279.77º | 0.42% | 0.81% | - |
| XYZ | 35.99 | 27.24 | 61.75 | - |
| YUV | 146.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 206 | 0.14 | 0.42 | 0 | 0.19 | 279.77 | 0.47 | 0.64 |
| Hex | B1 | 78 | CE | E | 2A | 0 | 13 | 118 | 2F | 40 |
| Octal | 261 | 170 | 316 | 16 | 52 | 0 | 23 | 430 | 57 | 100 |
| Binary | 10110001 | 1111000 | 11001110 | 1110 | 101010 | 0 | 10011 | 100011000 | 101111 | 1000000 |
Color Harmonies of #B178CE
Complementary color
Monochromatic Colors of #B178CE
Black with #B178CE
Text Example
Text Example
White with #B178CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178CE; }
p { color: rgb(177,120,206); }
H1.HeaderClassName
{
color: #B178CE;
}
.AnyTagClassName
{
color: #B178CE;
}
</style>
background-color css
<style>
a { background-color: #B178CE; }
a { background-color: rgb(177,120,206); }
div.DivClassName
{
background-color: #B178CE;
}
.BgClassName
{
background-color: #B178CE;
}
</style>
border-color css
<style>
span { border-color: #B178CE; }
span { border-color: rgb(177,120,206); }
td.TdClassName
{
border-color: #B178CE;
}
.TagClassName
{
border-color: #B178CE;
}
</style>