#B47EBB

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

Shades of East Side #B47EBB

Tints of East Side #B47EBB

Color information

#B47EBB (or 0xB47EBB) is unknown color: approx East Side. HEX triplet: B4, 7E and BB. RGB value is (180,126,187). Sum of RGB (Red+Green+Blue) = 180+126+187=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #B47EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47EBB is #4B8144. Grayscale: #949494. Windows color (decimal): -4948293 or 12287668. OLE color: 12287668.

HSL color Cylindrical-coordinate representation of color #B47EBB: hue angle of 293.11º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B47EBB is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180126187-
CMYK0.040.3300.27
HSL293.11º30.96%61.37%-
HSV(B)293.11º32.62%73.33%-
XYZ35.2528.2150.6-
YUV149.1149.39150.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=36.51%
G=25.56%
B=37.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801261870.040.3300.27293.1130.9661.37
HexB47EBB42101B1251f3d
Octal2641762734410334453775
Binary1011010011111101011101110010000101101110010010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EBB; }

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

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

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

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

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

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

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

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