#B47DD8

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

Shades of East Side #B47DD8

Tints of East Side #B47DD8

Color information

#B47DD8 (or 0xB47DD8) is unknown color: approx East Side. HEX triplet: B4, 7D and D8. RGB value is (180,125,216). Sum of RGB (Red+Green+Blue) = 180+125+216=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #B47DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DD8 is #4B8227. Grayscale: #979797. Windows color (decimal): -4948520 or 14187956. OLE color: 14187956.

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

Color convert

RGB180125216-
CMYK0.170.4200.15
HSL276.26º53.85%66.86%-
HSV(B)276.26º42.13%84.71%-
XYZ38.5529.3368.59-
YUV151.82164.22148.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=34.55%
G=23.99%
B=41.46%

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
Decimal1801252160.170.4200.15276.2653.8566.86
HexB47DD8112A0F1143643
Octal264175330215201742466103
Binary1011010011111011101100010001101010011111000101001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DD8; }

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

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

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

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

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

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

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

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