#B47FBE

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

Shades of East Side #B47FBE

Tints of East Side #B47FBE

Color information

#B47FBE (or 0xB47FBE) is unknown color: approx East Side. HEX triplet: B4, 7F and BE. RGB value is (180,127,190). Sum of RGB (Red+Green+Blue) = 180+127+190=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #B47FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47FBE is #4B8041. Grayscale: #959595. Windows color (decimal): -4948034 or 12484532. OLE color: 12484532.

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

Color convert

RGB180127190-
CMYK0.050.3300.25
HSL290.48º32.64%62.16%-
HSV(B)290.48º33.16%74.51%-
XYZ35.7128.652.35-
YUV150.03150.56149.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=36.22%
G=25.55%
B=38.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801271900.050.3300.25290.4832.6462.16
HexB47FBE521019122213e
Octal2641772765410314424176
Binary10110100111111110111110101100001011001100100010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FBE; }

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

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

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

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

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

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

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

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