#B47ECB

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

Shades of East Side #B47ECB

Tints of East Side #B47ECB

Color information

#B47ECB (or 0xB47ECB) is unknown color: approx East Side. HEX triplet: B4, 7E and CB. RGB value is (180,126,203). Sum of RGB (Red+Green+Blue) = 180+126+203=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #B47ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ECB is #4B8134. Grayscale: #969696. Windows color (decimal): -4948277 or 13336244. OLE color: 13336244.

HSL color Cylindrical-coordinate representation of color #B47ECB: hue angle of 282.08º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47ECB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180126203-
CMYK0.110.3800.20
HSL282.08º42.54%64.51%-
HSV(B)282.08º37.93%79.61%-
XYZ37.0628.9460.13-
YUV150.92157.39148.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 126 (49.61% from 255) = 24.75%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=35.36%
G=24.75%
B=39.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801262030.110.3800.20282.0842.5464.51
HexB47ECBB2601411a2b41
Octal264176313134602443253101
Binary1011010011111101100101110111001100101001000110101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47ECB; }

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

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

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

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

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

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

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

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