#B37ECA

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

Shades of East Side #B37ECA

Tints of East Side #B37ECA

Color information

#B37ECA (or 0xB37ECA) is unknown color: approx East Side. HEX triplet: B3, 7E and CA. RGB value is (179,126,202). Sum of RGB (Red+Green+Blue) = 179+126+202=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #B37ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37ECA is #4C8135. Grayscale: #969696. Windows color (decimal): -5013814 or 13270707. OLE color: 13270707.

HSL color Cylindrical-coordinate representation of color #B37ECA: hue angle of 281.84º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B37ECA is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179126202-
CMYK0.110.3800.21
HSL281.84º41.76%64.31%-
HSV(B)281.84º37.62%79.22%-
XYZ36.7128.7759.5-
YUV150.51157.06148.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 126 (49.61% from 255) = 24.85%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=35.31%
G=24.85%
B=39.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791262020.110.3800.21281.8441.7664.31
HexB37ECAB2601511a2a40
Octal263176312134602543252100
Binary1011001111111101100101010111001100101011000110101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37ECA; }

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

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

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

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

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

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

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

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