Shades of East Side #B17DCC
Tints of East Side #B17DCC
RGB
CMYK
RGB Variations
Color information
#B17DCC (or 0xB17DCC) is known color: East Side. HEX triplet: B1, 7D and CC. RGB value is (177,125,204). Sum of RGB (Red+Green+Blue) = 177+125+204=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #B17DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DCC is #4E8233. Grayscale: #959595. Windows color (decimal): -5145140 or 13401521. OLE color: 13401521.
HSL color Cylindrical-coordinate representation of color #B17DCC: hue angle of 279.49º 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 #B17DCC is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 125 | 204 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.2 |
| HSL | 279.49º | 0.44% | 0.65% | - |
| HSV(B) | 279.49º | 0.39% | 0.8% | - |
| XYZ | 36.36 | 28.37 | 60.69 | - |
| YUV | 149.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 204 | 0.13 | 0.39 | 0 | 0.2 | 279.49 | 0.44 | 0.65 |
| Hex | B1 | 7D | CC | D | 27 | 0 | 14 | 117 | 2C | 41 |
| Octal | 261 | 175 | 314 | 15 | 47 | 0 | 24 | 427 | 54 | 101 |
| Binary | 10110001 | 1111101 | 11001100 | 1101 | 100111 | 0 | 10100 | 100010111 | 101100 | 1000001 |
Color Harmonies of #B17DCC
Complementary color
Monochromatic Colors of #B17DCC
Black with #B17DCC
Text Example
Text Example
White with #B17DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DCC; }
p { color: rgb(177,125,204); }
H1.HeaderClassName
{
color: #B17DCC;
}
.AnyTagClassName
{
color: #B17DCC;
}
</style>
background-color css
<style>
a { background-color: #B17DCC; }
a { background-color: rgb(177,125,204); }
div.DivClassName
{
background-color: #B17DCC;
}
.BgClassName
{
background-color: #B17DCC;
}
</style>
border-color css
<style>
span { border-color: #B17DCC; }
span { border-color: rgb(177,125,204); }
td.TdClassName
{
border-color: #B17DCC;
}
.TagClassName
{
border-color: #B17DCC;
}
</style>