#B47ECE

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

Shades of East Side #B47ECE

Tints of East Side #B47ECE

Color information

#B47ECE (or 0xB47ECE) is unknown color: approx East Side. HEX triplet: B4, 7E and CE. RGB value is (180,126,206). Sum of RGB (Red+Green+Blue) = 180+126+206=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #B47ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ECE is #4B8131. Grayscale: #969696. Windows color (decimal): -4948274 or 13532852. OLE color: 13532852.

HSL color Cylindrical-coordinate representation of color #B47ECE: hue angle of 280.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B47ECE is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180126206-
CMYK0.130.3900.19
HSL280.5º44.94%65.1%-
HSV(B)280.5º38.83%80.78%-
XYZ37.4229.0862.03-
YUV151.27158.89148.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=35.16%
G=24.61%
B=40.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801262060.130.3900.19280.544.9465.1
HexB47ECED270131182d41
Octal264176316154702343055101
Binary1011010011111101100111011011001110100111000110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47ECE; }

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

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

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

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

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

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

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

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