#B17EC6

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

Shades of East Side #B17EC6

Tints of East Side #B17EC6

Color information

#B17EC6 (or 0xB17EC6) is unknown color: approx East Side. HEX triplet: B1, 7E and C6. RGB value is (177,126,198). Sum of RGB (Red+Green+Blue) = 177+126+198=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #B17EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17EC6 is #4E8139. Grayscale: #959595. Windows color (decimal): -5144890 or 13008561. OLE color: 13008561.

HSL color Cylindrical-coordinate representation of color #B17EC6: hue angle of 282.5º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17EC6 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB177126198-
CMYK0.110.3600.22
HSL282.5º38.71%63.53%-
HSV(B)282.5º36.36%77.65%-
XYZ35.7928.3557.01-
YUV149.46155.4147.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 126 (49.61% from 255) = 25.15%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=35.33%
G=25.15%
B=39.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771261980.110.3600.22282.538.7163.53
HexB17EC6B2401611a2740
Octal261176306134402643247100
Binary1011000111111101100011010111001000101101000110101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17EC6; }

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

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

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

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

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

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

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

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