#B38ECE

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

Shades of East Side #B38ECE

Tints of East Side #B38ECE

Color information

#B38ECE (or 0xB38ECE) is unknown color: approx East Side. HEX triplet: B3, 8E and CE. RGB value is (179,142,206). Sum of RGB (Red+Green+Blue) = 179+142+206=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #B38ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38ECE is #4C7131. Grayscale: #A0A0A0. Windows color (decimal): -5009714 or 13536947. OLE color: 13536947.

HSL color Cylindrical-coordinate representation of color #B38ECE: hue angle of 274.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B38ECE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179142206-
CMYK0.130.3100.19
HSL274.69º39.51%68.24%-
HSV(B)274.69º31.07%80.78%-
XYZ39.433.3962.76-
YUV160.36153.76141.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=33.97%
G=26.94%
B=39.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791422060.130.3100.19274.6939.5168.24
HexB38ECED1F0131132844
Octal263216316153702342350104
Binary1011001110001110110011101101111110100111000100111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38ECE; }

 p { color: rgb(179,142,206); }

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

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

 a { background-color: rgb(179,142,206); }

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

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

 span { border-color: rgb(179,142,206); }

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