#B37ED9

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

Shades of East Side #B37ED9

Tints of East Side #B37ED9

Color information

#B37ED9 (or 0xB37ED9) is unknown color: approx East Side. HEX triplet: B3, 7E and D9. RGB value is (179,126,217). Sum of RGB (Red+Green+Blue) = 179+126+217=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #B37ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37ED9 is #4C8126. Grayscale: #979797. Windows color (decimal): -5013799 or 14253747. OLE color: 14253747.

HSL color Cylindrical-coordinate representation of color #B37ED9: hue angle of 274.95º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B37ED9 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179126217-
CMYK0.180.4200.15
HSL274.95º54.49%67.25%-
HSV(B)274.95º41.94%85.1%-
XYZ38.5829.5269.31-
YUV152.22164.56147.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 126 (49.61% from 255) = 24.14%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=34.29%
G=24.14%
B=41.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791262170.180.4200.15274.9554.4967.25
HexB37ED9122A0F1133643
Octal263176331225201742366103
Binary1011001111111101101100110010101010011111000100111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37ED9; }

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

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

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

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

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

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

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

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