#B47DC4

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

Shades of East Side #B47DC4

Tints of East Side #B47DC4

Color information

#B47DC4 (or 0xB47DC4) is unknown color: approx East Side. HEX triplet: B4, 7D and C4. RGB value is (180,125,196). Sum of RGB (Red+Green+Blue) = 180+125+196=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #B47DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DC4 is #4B823B. Grayscale: #959595. Windows color (decimal): -4948540 or 12877236. OLE color: 12877236.

HSL color Cylindrical-coordinate representation of color #B47DC4: hue angle of 286.48º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B47DC4 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180125196-
CMYK0.080.3600.23
HSL286.48º37.57%62.94%-
HSV(B)286.48º36.22%76.86%-
XYZ36.1228.3655.79-
YUV149.54154.22149.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=35.93%
G=24.95%
B=39.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801251960.080.3600.23286.4837.5762.94
HexB47DC482401711e263f
Octal26417530410440274364677
Binary101101001111101110001001000100100010111100011110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DC4; }

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

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

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

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

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

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

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

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