#B17ECB

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

Shades of East Side #B17ECB

Tints of East Side #B17ECB

Color information

#B17ECB (or 0xB17ECB) is unknown color: approx East Side. HEX triplet: B1, 7E and CB. RGB value is (177,126,203). Sum of RGB (Red+Green+Blue) = 177+126+203=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #B17ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ECB is #4E8134. Grayscale: #959595. Windows color (decimal): -5144885 or 13336241. OLE color: 13336241.

HSL color Cylindrical-coordinate representation of color #B17ECB: hue angle of 279.74º 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 #B17ECB is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177126203-
CMYK0.130.3800.20
HSL279.74º42.54%64.51%-
HSV(B)279.74º37.93%79.61%-
XYZ36.3728.5860.1-
YUV150.03157.9147.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 126 (49.61% from 255) = 24.90%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=34.98%
G=24.90%
B=40.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771262030.130.3800.20279.7442.5464.51
HexB17ECBD260141182b41
Octal261176313154602443053101
Binary1011000111111101100101111011001100101001000110001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17ECB; }

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

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

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

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

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

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

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

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