#B47ED8

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

Shades of East Side #B47ED8

Tints of East Side #B47ED8

Color information

#B47ED8 (or 0xB47ED8) is unknown color: approx East Side. HEX triplet: B4, 7E and D8. RGB value is (180,126,216). Sum of RGB (Red+Green+Blue) = 180+126+216=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #B47ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ED8 is #4B8127. Grayscale: #989898. Windows color (decimal): -4948264 or 14188212. OLE color: 14188212.

HSL color Cylindrical-coordinate representation of color #B47ED8: hue angle of 276º 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 #B47ED8 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180126216-
CMYK0.170.4200.15
HSL276º53.57%67.06%-
HSV(B)276º41.67%84.71%-
XYZ38.6829.5868.64-
YUV152.41163.89147.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 126 (49.61% from 255) = 24.14%
BLUE value IS 216 (84.77% from 255) = 41.38%
R=34.48%
G=24.14%
B=41.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801262160.170.4200.1527653.5767.06
HexB47ED8112A0F1143643
Octal264176330215201742466103
Binary1011010011111101101100010001101010011111000101001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47ED8; }

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

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

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

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

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

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

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

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