#B27ECE

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

Shades of East Side #B27ECE

Tints of East Side #B27ECE

Color information

#B27ECE (or 0xB27ECE) is unknown color: approx East Side. HEX triplet: B2, 7E and CE. RGB value is (178,126,206). Sum of RGB (Red+Green+Blue) = 178+126+206=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #B27ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27ECE is #4D8131. Grayscale: #969696. Windows color (decimal): -5079346 or 13532850. OLE color: 13532850.

HSL color Cylindrical-coordinate representation of color #B27ECE: hue angle of 279º degrees, saturation: 0.45, 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 #B27ECE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178126206-
CMYK0.140.3900.19
HSL279º44.94%65.1%-
HSV(B)279º38.83%80.78%-
XYZ36.9628.8462.01-
YUV150.67159.23147.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.90%
GREEN value IS 126 (49.61% from 255) = 24.71%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=34.90%
G=24.71%
B=40.39%

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
Decimal1781262060.140.3900.1927944.9465.1
HexB27ECEE270131172d41
Octal262176316164702342755101
Binary1011001011111101100111011101001110100111000101111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27ECE; }

 p { color: rgb(178,126,206); }

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

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

 a { background-color: rgb(178,126,206); }

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

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

 span { border-color: rgb(178,126,206); }

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