#B17ECF

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

Shades of East Side #B17ECF

Tints of East Side #B17ECF

Color information

#B17ECF (or 0xB17ECF) is unknown color: approx East Side. HEX triplet: B1, 7E and CF. RGB value is (177,126,207). Sum of RGB (Red+Green+Blue) = 177+126+207=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #B17ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ECF is #4E8130. Grayscale: #969696. Windows color (decimal): -5144881 or 13598385. OLE color: 13598385.

HSL color Cylindrical-coordinate representation of color #B17ECF: hue angle of 277.78º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B17ECF is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177126207-
CMYK0.140.3900.19
HSL277.78º45.76%65.29%-
HSV(B)277.78º39.13%81.18%-
XYZ36.8528.7762.64-
YUV150.48159.9146.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 126 (49.61% from 255) = 24.71%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=34.71%
G=24.71%
B=40.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771262070.140.3900.19277.7845.7665.29
HexB17ECFE270131162e41
Octal261176317164702342656101
Binary1011000111111101100111111101001110100111000101101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17ECF; }

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

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

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

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

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

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

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

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