#B47ED1

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

Shades of East Side #B47ED1

Tints of East Side #B47ED1

Color information

#B47ED1 (or 0xB47ED1) is unknown color: approx East Side. HEX triplet: B4, 7E and D1. RGB value is (180,126,209). Sum of RGB (Red+Green+Blue) = 180+126+209=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #B47ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ED1 is #4B812E. Grayscale: #979797. Windows color (decimal): -4948271 or 13729460. OLE color: 13729460.

HSL color Cylindrical-coordinate representation of color #B47ED1: hue angle of 279.04º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B47ED1 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180126209-
CMYK0.140.4000.18
HSL279.04º47.43%65.69%-
HSV(B)279.04º39.71%81.96%-
XYZ37.7929.2363.97-
YUV151.61160.39148.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 126 (49.61% from 255) = 24.47%
BLUE value IS 209 (82.03% from 255) = 40.58%
R=34.95%
G=24.47%
B=40.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801262090.140.4000.18279.0447.4365.69
HexB47ED1E280121172f42
Octal264176321165002242757102
Binary1011010011111101101000111101010000100101000101111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47ED1; }

 p { color: rgb(180,126,209); }

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

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

 a { background-color: rgb(180,126,209); }

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

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

 span { border-color: rgb(180,126,209); }

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