#B38EBA

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

Shades of East Side #B38EBA

Tints of East Side #B38EBA

Color information

#B38EBA (or 0xB38EBA) is unknown color: approx East Side. HEX triplet: B3, 8E and BA. RGB value is (179,142,186). Sum of RGB (Red+Green+Blue) = 179+142+186=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #B38EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38EBA is #4C7145. Grayscale: #9D9D9D. Windows color (decimal): -5009734 or 12226227. OLE color: 12226227.

HSL color Cylindrical-coordinate representation of color #B38EBA: hue angle of 290.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38EBA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179142186-
CMYK0.040.2400.27
HSL290.45º24.18%64.31%-
HSV(B)290.45º23.66%72.94%-
XYZ37.1332.4750.77-
YUV158.08143.76142.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 142 (55.86% from 255) = 28.01%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=35.31%
G=28.01%
B=36.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791421860.040.2400.27290.4524.1864.31
HexB38EBA41801B1221840
Octal26321627243003344230100
Binary10110011100011101011101010011000011011100100010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EBA; }

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

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

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

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

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

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

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

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