#B17ECC

Color #B17ECC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B17ECC

Tints of East Side #B17ECC

Color information

#B17ECC (or 0xB17ECC) is unknown color: approx East Side. HEX triplet: B1, 7E and CC. RGB value is (177,126,204). Sum of RGB (Red+Green+Blue) = 177+126+204=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #B17ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ECC is #4E8133. Grayscale: #959595. Windows color (decimal): -5144884 or 13401777. OLE color: 13401777.

HSL color Cylindrical-coordinate representation of color #B17ECC: hue angle of 279.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B17ECC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177126204-
CMYK0.130.3800.2
HSL279.23º43.33%64.71%-
HSV(B)279.23º38.24%80%-
XYZ36.4928.6360.73-
YUV150.14158.4147.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 126 (49.61% from 255) = 24.85%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=34.91%
G=24.85%
B=40.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771262040.130.3800.2279.2343.3364.71
HexB17ECCD260141172b41
Octal261176314154602442753101
Binary1011000111111101100110011011001100101001000101111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17ECC; }

 p { color: rgb(177,126,204); }

 H1.HeaderClassName
 {
   color: #B17ECC;
 }
 .AnyTagClassName
 {
   color: #B17ECC;
 }
</style>
background-color css

<style>
 a { background-color: #B17ECC; }

 a { background-color: rgb(177,126,204); }

 div.DivClassName
 {
   background-color: #B17ECC;
 }
 .BgClassName
 {
   background-color: #B17ECC;
 }
</style>
border-color css

<style>
 span { border-color: #B17ECC; }

 span { border-color: rgb(177,126,204); }

 td.TdClassName
 {
   border-color: #B17ECC;
 }
 .TagClassName
 {
   border-color: #B17ECC;
 }
</style>