Shades of East Side #B17DCD
Tints of East Side #B17DCD
RGB
CMYK
RGB Variations
Color information
#B17DCD (or 0xB17DCD) is known color: East Side. HEX triplet: B1, 7D and CD. RGB value is (177,125,205). Sum of RGB (Red+Green+Blue) = 177+125+205=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #B17DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DCD is #4E8232. Grayscale: #959595. Windows color (decimal): -5145139 or 13467057. OLE color: 13467057.
HSL color Cylindrical-coordinate representation of color #B17DCD: hue angle of 279º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B17DCD is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 125 | 205 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.20 |
| HSL | 279º | 0.44% | 0.65% | - |
| HSV(B) | 279º | 0.39% | 0.8% | - |
| XYZ | 36.48 | 28.42 | 61.32 | - |
| YUV | 149.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 205 | 0.14 | 0.39 | 0 | 0.20 | 279 | 0.44 | 0.65 |
| Hex | B1 | 7D | CD | E | 27 | 0 | 14 | 117 | 2C | 41 |
| Octal | 261 | 175 | 315 | 16 | 47 | 0 | 24 | 427 | 54 | 101 |
| Binary | 10110001 | 1111101 | 11001101 | 1110 | 100111 | 0 | 10100 | 100010111 | 101100 | 1000001 |
Color Harmonies of #B17DCD
Complementary color
Monochromatic Colors of #B17DCD
Black with #B17DCD
Text Example
Text Example
White with #B17DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DCD; }
p { color: rgb(177,125,205); }
H1.HeaderClassName
{
color: #B17DCD;
}
.AnyTagClassName
{
color: #B17DCD;
}
</style>
background-color css
<style>
a { background-color: #B17DCD; }
a { background-color: rgb(177,125,205); }
div.DivClassName
{
background-color: #B17DCD;
}
.BgClassName
{
background-color: #B17DCD;
}
</style>
border-color css
<style>
span { border-color: #B17DCD; }
span { border-color: rgb(177,125,205); }
td.TdClassName
{
border-color: #B17DCD;
}
.TagClassName
{
border-color: #B17DCD;
}
</style>