#B47EBF

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

Shades of East Side #B47EBF

Tints of East Side #B47EBF

Color information

#B47EBF (or 0xB47EBF) is unknown color: approx East Side. HEX triplet: B4, 7E and BF. RGB value is (180,126,191). Sum of RGB (Red+Green+Blue) = 180+126+191=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #B47EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47EBF is #4B8140. Grayscale: #959595. Windows color (decimal): -4948289 or 12549812. OLE color: 12549812.

HSL color Cylindrical-coordinate representation of color #B47EBF: hue angle of 289.85º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B47EBF is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180126191-
CMYK0.060.3400.25
HSL289.85º33.68%62.16%-
HSV(B)289.85º34.03%74.9%-
XYZ35.6928.3952.89-
YUV149.56151.39149.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 191 (75% from 255) = 38.43%
R=36.22%
G=25.35%
B=38.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801261910.060.3400.25289.8533.6862.16
HexB47EBF622019122223e
Octal2641762776420314424276
Binary10110100111111010111111110100010011001100100010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EBF; }

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

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

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

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

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

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

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

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