#B47EBE

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

Shades of East Side #B47EBE

Tints of East Side #B47EBE

Color information

#B47EBE (or 0xB47EBE) is unknown color: approx East Side. HEX triplet: B4, 7E and BE. RGB value is (180,126,190). Sum of RGB (Red+Green+Blue) = 180+126+190=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #B47EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47EBE is #4B8141. Grayscale: #959595. Windows color (decimal): -4948290 or 12484276. OLE color: 12484276.

HSL color Cylindrical-coordinate representation of color #B47EBE: hue angle of 290.62º degrees, saturation: 0.33, 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 #B47EBE is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180126190-
CMYK0.050.3400.25
HSL290.62º32.99%61.96%-
HSV(B)290.62º33.68%74.51%-
XYZ35.5828.3452.31-
YUV149.44150.89149.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 126 (49.61% from 255) = 25.40%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=36.29%
G=25.40%
B=38.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801261900.050.3400.25290.6232.9961.96
HexB47EBE522019123213e
Octal2641762765420314434176
Binary10110100111111010111110101100010011001100100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EBE; }

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

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

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

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

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

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

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

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