Shades of East Side #B17BCD
Tints of East Side #B17BCD
RGB
CMYK
RGB Variations
Color information
#B17BCD (or 0xB17BCD) is known color: East Side. HEX triplet: B1, 7B and CD. RGB value is (177,123,205). Sum of RGB (Red+Green+Blue) = 177+123+205=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #B17BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BCD is #4E8432. Grayscale: #949494. Windows color (decimal): -5145651 or 13466545. OLE color: 13466545.
HSL color Cylindrical-coordinate representation of color #B17BCD: hue angle of 279.51º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B17BCD is Cyan = 0.14, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 123 | 205 | - |
| CMYK | 0.14 | 0.4 | 0 | 0.20 |
| HSL | 279.51º | 0.45% | 0.64% | - |
| HSV(B) | 279.51º | 0.4% | 0.8% | - |
| XYZ | 36.23 | 27.92 | 61.24 | - |
| YUV | 148.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 205 | 0.14 | 0.4 | 0 | 0.20 | 279.51 | 0.45 | 0.64 |
| Hex | B1 | 7B | CD | E | 28 | 0 | 14 | 118 | 2D | 40 |
| Octal | 261 | 173 | 315 | 16 | 50 | 0 | 24 | 430 | 55 | 100 |
| Binary | 10110001 | 1111011 | 11001101 | 1110 | 101000 | 0 | 10100 | 100011000 | 101101 | 1000000 |
Color Harmonies of #B17BCD
Complementary color
Monochromatic Colors of #B17BCD
Black with #B17BCD
Text Example
Text Example
White with #B17BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BCD; }
p { color: rgb(177,123,205); }
H1.HeaderClassName
{
color: #B17BCD;
}
.AnyTagClassName
{
color: #B17BCD;
}
</style>
background-color css
<style>
a { background-color: #B17BCD; }
a { background-color: rgb(177,123,205); }
div.DivClassName
{
background-color: #B17BCD;
}
.BgClassName
{
background-color: #B17BCD;
}
</style>
border-color css
<style>
span { border-color: #B17BCD; }
span { border-color: rgb(177,123,205); }
td.TdClassName
{
border-color: #B17BCD;
}
.TagClassName
{
border-color: #B17BCD;
}
</style>