#B37EBF

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

Shades of East Side #B37EBF

Tints of East Side #B37EBF

Color information

#B37EBF (or 0xB37EBF) is unknown color: approx East Side. HEX triplet: B3, 7E and BF. RGB value is (179,126,191). Sum of RGB (Red+Green+Blue) = 179+126+191=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #B37EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37EBF is #4C8140. Grayscale: #959595. Windows color (decimal): -5013825 or 12549811. OLE color: 12549811.

HSL color Cylindrical-coordinate representation of color #B37EBF: hue angle of 288.92º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37EBF is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179126191-
CMYK0.060.3400.25
HSL288.92º33.68%62.16%-
HSV(B)288.92º34.03%74.9%-
XYZ35.4628.2752.88-
YUV149.26151.56149.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 126 (49.61% from 255) = 25.40%
BLUE value IS 191 (75% from 255) = 38.51%
R=36.09%
G=25.40%
B=38.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791261910.060.3400.25288.9233.6862.16
HexB37EBF622019121223e
Octal2631762776420314414276
Binary10110011111111010111111110100010011001100100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37EBF; }

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

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

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

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

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

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

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

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