#B47ED7

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

Shades of East Side #B47ED7

Tints of East Side #B47ED7

Color information

#B47ED7 (or 0xB47ED7) is unknown color: approx East Side. HEX triplet: B4, 7E and D7. RGB value is (180,126,215). Sum of RGB (Red+Green+Blue) = 180+126+215=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #B47ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ED7 is #4B8128. Grayscale: #979797. Windows color (decimal): -4948265 or 14122676. OLE color: 14122676.

HSL color Cylindrical-coordinate representation of color #B47ED7: hue angle of 276.4º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B47ED7 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180126215-
CMYK0.160.4100.16
HSL276.4º52.66%66.86%-
HSV(B)276.4º41.4%84.31%-
XYZ38.5529.5367.96-
YUV152.29163.39147.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=34.55%
G=24.18%
B=41.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801262150.160.4100.16276.452.6666.86
HexB47ED710290101143543
Octal264176327205102042465103
Binary10110100111111011010111100001010010100001000101001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47ED7; }

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

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

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

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

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

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

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

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