#B37EBA

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

Shades of East Side #B37EBA

Tints of East Side #B37EBA

Color information

#B37EBA (or 0xB37EBA) is unknown color: approx East Side. HEX triplet: B3, 7E and BA. RGB value is (179,126,186). Sum of RGB (Red+Green+Blue) = 179+126+186=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #B37EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37EBA is #4C8145. Grayscale: #949494. Windows color (decimal): -5013830 or 12222131. OLE color: 12222131.

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

Color convert

RGB179126186-
CMYK0.040.3200.27
HSL293º30.3%61.18%-
HSV(B)293º32.26%72.94%-
XYZ34.9128.0550.03-
YUV148.69149.06149.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=36.46%
G=25.66%
B=37.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791261860.040.3200.2729330.361.18
HexB37EBA42001B1251e3d
Octal2631762724400334453675
Binary1011001111111101011101010010000001101110010010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37EBA; }

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

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

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

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

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

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

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

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